Html Css Color HEX #F03CCF Razzle Dazzle Rose

📋 copy color: '#F03CCF'

red 240 ◦ green 60 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F03CCF

Tints of Razzle Dazzle Rose #F03CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 47.34%
G = 11.83%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F03CCF (or 0xF03CCF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and CF. RGB value is (240,60,207). Sum of RGB (Red+Green+Blue) = 240+60+207=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CCF is #0FC330. Grayscale: #828282. Windows color (decimal): -1033009 or 13581552. OLE color: 13581552.

HSL color Cylindrical-coordinate representation of color #F03CCF: hue angle of 311º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CCF is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 207 -
CMYK 0 0.75 0.14 0.06
HSL 311º 0.86% 0.59% -
HSV(B) 311º 0.75% 0.94% -
XYZ 48.81 26.26 61.53 -
YUV 130.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 240 60 207 0 0.75 0.14 0.06 311 0.86 0.59
Hex F0 3C CF 0 4B E 6 137 56 3B
Octal 360 74 317 0 113 16 6 467 126 73
Binary 11110000 111100 11001111 0 1001011 1110 110 100110111 1010110 111011

Color Harmonies of #F03CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CCF

Black with #F03CCF

Text Example


Text Example

White with #F03CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CCF; }

 p { color: rgb(240,60,207); }

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

background-color css

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

 a { background-color: rgb(240,60,207); }

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

border-color css

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

 span { border-color: rgb(240,60,207); }

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