Html Css Color HEX #F041CC Razzle Dazzle Rose

📋 copy color: '#F041CC'

red 240 ◦ green 65 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F041CC

Tints of Razzle Dazzle Rose #F041CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 47.15%
G = 12.77%
B = 40.08%

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

#F041CC (or 0xF041CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and CC. RGB value is (240,65,204). Sum of RGB (Red+Green+Blue) = 240+65+204=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CC is #0FBE33. Grayscale: #848484. Windows color (decimal): -1031732 or 13386224. OLE color: 13386224.

HSL color Cylindrical-coordinate representation of color #F041CC: hue angle of 312.34º 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 #F041CC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 204 -
CMYK 0 0.73 0.15 0.06
HSL 312.34º 0.85% 0.6% -
HSV(B) 312.34º 0.73% 0.94% -
XYZ 48.72 26.67 59.71 -
YUV 133.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 240 65 204 0 0.73 0.15 0.06 312.34 0.85 0.6
Hex F0 41 CC 0 49 F 6 138 55 3C
Octal 360 101 314 0 111 17 6 470 125 74
Binary 11110000 1000001 11001100 0 1001001 1111 110 100111000 1010101 111100

Color Harmonies of #F041CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041CC

Black with #F041CC

Text Example


Text Example

White with #F041CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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