Html Css Color HEX #F04CC3 Razzle Dazzle Rose

📋 copy color: '#F04CC3'

red 240 ◦ green 76 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F04CC3

Tints of Razzle Dazzle Rose #F04CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 46.97%
G = 14.87%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F04CC3 (or 0xF04CC3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4C and C3. RGB value is (240,76,195). Sum of RGB (Red+Green+Blue) = 240+76+195=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CC3 is #0FB33C. Grayscale: #8A8A8A. Windows color (decimal): -1028925 or 12799216. OLE color: 12799216.

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

Color convert

RGB 240 76 195 -
CMYK 0 0.68 0.19 0.06
HSL 316.46º 0.85% 0.62% -
HSV(B) 316.46º 0.68% 0.94% -
XYZ 48.37 27.63 54.41 -
YUV 138.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 240 76 195 0 0.68 0.19 0.06 316.46 0.85 0.62
Hex F0 4C C3 0 44 13 6 13C 55 3E
Octal 360 114 303 0 104 23 6 474 125 76
Binary 11110000 1001100 11000011 0 1000100 10011 110 100111100 1010101 111110

Color Harmonies of #F04CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CC3

Black with #F04CC3

Text Example


Text Example

White with #F04CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CC3; }

 p { color: rgb(240,76,195); }

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

background-color css

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

 a { background-color: rgb(240,76,195); }

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

border-color css

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

 span { border-color: rgb(240,76,195); }

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