Html Css Color HEX #F041CB Razzle Dazzle Rose

📋 copy color: '#F041CB'

red 240 ◦ green 65 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F041CB

Tints of Razzle Dazzle Rose #F041CB

RGB

 RED value IS 240 (94.14% from 255) = 47.24%

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

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

R = 47.24%
G = 12.8%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F041CB (or 0xF041CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and CB. RGB value is (240,65,203). Sum of RGB (Red+Green+Blue) = 240+65+203=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CB is #0FBE34. Grayscale: #848484. Windows color (decimal): -1031733 or 13320688. OLE color: 13320688.

HSL color Cylindrical-coordinate representation of color #F041CB: hue angle of 312.69º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041CB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 203 -
CMYK 0 0.73 0.15 0.06
HSL 312.69º 0.85% 0.6% -
HSV(B) 312.69º 0.73% 0.94% -
XYZ 48.6 26.62 59.08 -
YUV 133.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 240 65 203 0 0.73 0.15 0.06 312.69 0.85 0.6
Hex F0 41 CB 0 49 F 6 139 55 3C
Octal 360 101 313 0 111 17 6 471 125 74
Binary 11110000 1000001 11001011 0 1001001 1111 110 100111001 1010101 111100

Color Harmonies of #F041CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041CB

Black with #F041CB

Text Example


Text Example

White with #F041CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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