#F625D5

Color #F625D5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F625D5

Tints of Razzle Dazzle Rose #F625D5

Color information

#F625D5 (or 0xF625D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 25 and D5. RGB value is (246,37,213). Sum of RGB (Red+Green+Blue) = 246+37+213=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F625D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625D5 is #09DA2A. Grayscale: #777777. Windows color (decimal): -645675 or 13968886. OLE color: 13968886.

HSL color Cylindrical-coordinate representation of color #F625D5: hue angle of 309.47º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F625D5 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24637213-
CMYK00.850.130.04
HSL309.47º92.07%55.49%-
HSV(B)309.47º84.96%96.47%-
XYZ50.6825.7265.24-
YUV119.56180.74218.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 37 (14.84% from 255) = 7.46%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=49.60%
G=7.46%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463721300.850.130.04309.4792.0755.49
HexF625D5055D41355c37
Octal36645325012515446513467
Binary11110110100101110101010101010111011001001101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F625D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F625D5; }

 p { color: rgb(246,37,213); }

 H1.HeaderClassName
 {
   color: #F625D5;
 }
 .AnyTagClassName
 {
   color: #F625D5;
 }
</style>
background-color css

<style>
 a { background-color: #F625D5; }

 a { background-color: rgb(246,37,213); }

 div.DivClassName
 {
   background-color: #F625D5;
 }
 .BgClassName
 {
   background-color: #F625D5;
 }
</style>
border-color css

<style>
 span { border-color: #F625D5; }

 span { border-color: rgb(246,37,213); }

 td.TdClassName
 {
   border-color: #F625D5;
 }
 .TagClassName
 {
   border-color: #F625D5;
 }
</style>