Html Css Color HEX #F04EC0 Razzle Dazzle Rose

📋 copy color: '#F04EC0'

red 240 ◦ green 78 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F04EC0

Tints of Razzle Dazzle Rose #F04EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.29%

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 47.06%
G = 15.29%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F04EC0 (or 0xF04EC0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4E and C0. RGB value is (240,78,192). Sum of RGB (Red+Green+Blue) = 240+78+192=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EC0 is #0FB13F. Grayscale: #8B8B8B. Windows color (decimal): -1028416 or 12603120. OLE color: 12603120.

HSL color Cylindrical-coordinate representation of color #F04EC0: hue angle of 317.78º degrees, saturation: 0.84, 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 #F04EC0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 78 192 -
CMYK 0 0.68 0.20 0.06
HSL 317.78º 0.84% 0.62% -
HSV(B) 317.78º 0.68% 0.94% -
XYZ 48.17 27.78 52.69 -
YUV 139.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 240 78 192 0 0.68 0.20 0.06 317.78 0.84 0.62
Hex F0 4E C0 0 44 14 6 13E 54 3E
Octal 360 116 300 0 104 24 6 476 124 76
Binary 11110000 1001110 11000000 0 1000100 10100 110 100111110 1010100 111110

Color Harmonies of #F04EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EC0

Black with #F04EC0

Text Example


Text Example

White with #F04EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EC0; }

 p { color: rgb(240,78,192); }

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

background-color css

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

 a { background-color: rgb(240,78,192); }

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

border-color css

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

 span { border-color: rgb(240,78,192); }

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