Html Css Color HEX #F041CE Razzle Dazzle Rose

📋 copy color: '#F041CE'

red 240 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F041CE

Tints of Razzle Dazzle Rose #F041CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 46.97%
G = 12.72%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F041CE (or 0xF041CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and CE. RGB value is (240,65,206). Sum of RGB (Red+Green+Blue) = 240+65+206=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CE is #0FBE31. Grayscale: #858585. Windows color (decimal): -1031730 or 13517296. OLE color: 13517296.

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

Color convert

RGB 240 65 206 -
CMYK 0 0.73 0.14 0.06
HSL 311.66º 0.85% 0.6% -
HSV(B) 311.66º 0.73% 0.94% -
XYZ 48.97 26.76 60.98 -
YUV 133.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 240 65 206 0 0.73 0.14 0.06 311.66 0.85 0.6
Hex F0 41 CE 0 49 E 6 138 55 3C
Octal 360 101 316 0 111 16 6 470 125 74
Binary 11110000 1000001 11001110 0 1001001 1110 110 100111000 1010101 111100

Color Harmonies of #F041CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041CE

Black with #F041CE

Text Example


Text Example

White with #F041CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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