Html Css Color HEX #F641CB Razzle Dazzle Rose

📋 copy color: '#F641CB'

red 246 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F641CB

Tints of Razzle Dazzle Rose #F641CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.65%

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

R = 47.86%
G = 12.65%
B = 39.49%

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

#F641CB (or 0xF641CB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and CB. RGB value is (246,65,203). Sum of RGB (Red+Green+Blue) = 246+65+203=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F641CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641CB is #09BE34. Grayscale: #868686. Windows color (decimal): -638517 or 13320694. OLE color: 13320694.

HSL color Cylindrical-coordinate representation of color #F641CB: hue angle of 314.25º 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 #F641CB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 65 203 -
CMYK 0 0.74 0.17 0.04
HSL 314.25º 0.91% 0.61% -
HSV(B) 314.25º 0.74% 0.96% -
XYZ 50.68 27.69 59.17 -
YUV 134.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 246 65 203 0 0.74 0.17 0.04 314.25 0.91 0.61
Hex F6 41 CB 0 4A 11 4 13A 5B 3D
Octal 366 101 313 0 112 21 4 472 133 75
Binary 11110110 1000001 11001011 0 1001010 10001 100 100111010 1011011 111101

Color Harmonies of #F641CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641CB

Black with #F641CB

Text Example


Text Example

White with #F641CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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