Html Css Color HEX #F640CB Razzle Dazzle Rose

📋 copy color: '#F640CB'

red 246 ◦ green 64 ◦ blue 203

#F640CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F640CB

Tints of Razzle Dazzle Rose #F640CB

RGB

 RED value IS 246 (96.48% from 255) = 47.95%

 GREEN value IS 64 (25.39% from 255) = 12.48%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 47.95%
G = 12.48%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F640CB (or 0xF640CB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and CB. RGB value is (246,64,203). Sum of RGB (Red+Green+Blue) = 246+64+203=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F640CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640CB is #09BF34. Grayscale: #858585. Windows color (decimal): -638773 or 13320438. OLE color: 13320438.

HSL color Cylindrical-coordinate representation of color #F640CB: hue angle of 314.18º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640CB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 203 -
CMYK 0 0.74 0.17 0.04
HSL 314.18º 0.91% 0.61% -
HSV(B) 314.18º 0.74% 0.96% -
XYZ 50.62 27.57 59.15 -
YUV 134.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 246 64 203 0 0.74 0.17 0.04 314.18 0.91 0.61
Hex F6 40 CB 0 4A 11 4 13A 5B 3D
Octal 366 100 313 0 112 21 4 472 133 75
Binary 11110110 1000000 11001011 0 1001010 10001 100 100111010 1011011 111101

Color Harmonies of #F640CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640CB

Black with #F640CB

Text Example


Text Example

White with #F640CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640CB; }

 p { color: rgb(246,64,203); }

 H1.HeaderClassName
 {
   color: #F640CB;
 }
 .AnyTagClassName
 {
   color: #F640CB;
 }
</style>

background-color css

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

 a { background-color: rgb(246,64,203); }

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

border-color css

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

 span { border-color: rgb(246,64,203); }

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