Html Css Color HEX #F041DC Razzle Dazzle Rose

📋 copy color: '#F041DC'

red 240 ◦ green 65 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F041DC

Tints of Razzle Dazzle Rose #F041DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 45.71%
G = 12.38%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F041DC (or 0xF041DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and DC. RGB value is (240,65,220). Sum of RGB (Red+Green+Blue) = 240+65+220=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F041DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041DC is #0FBE23. Grayscale: #868686. Windows color (decimal): -1031716 or 14434800. OLE color: 14434800.

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

Color convert

RGB 240 65 220 -
CMYK 0 0.73 0.08 0.06
HSL 306.86º 0.85% 0.6% -
HSV(B) 306.86º 0.73% 0.94% -
XYZ 50.74 27.47 70.34 -
YUV 135 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 240 65 220 0 0.73 0.08 0.06 306.86 0.85 0.6
Hex F0 41 DC 0 49 8 6 133 55 3C
Octal 360 101 334 0 111 10 6 463 125 74
Binary 11110000 1000001 11011100 0 1001001 1000 110 100110011 1010101 111100

Color Harmonies of #F041DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041DC

Black with #F041DC

Text Example


Text Example

White with #F041DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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