Html Css Color HEX #F04EA2 Brilliant Rose

📋 copy color: '#F04EA2'

red 240 ◦ green 78 ◦ blue 162

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

Shades of Brilliant Rose #F04EA2

Tints of Brilliant Rose #F04EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 50%
G = 16.25%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F04EA2 (or 0xF04EA2) is known color: Brilliant Rose. HEX triplet: F0, 4E and A2. RGB value is (240,78,162). Sum of RGB (Red+Green+Blue) = 240+78+162=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EA2 is #0FB15D. Grayscale: #878787. Windows color (decimal): -1028446 or 10637040. OLE color: 10637040.

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

Color convert

RGB 240 78 162 -
CMYK 0 0.68 0.32 0.06
HSL 328.89º 0.84% 0.62% -
HSV(B) 328.89º 0.68% 0.94% -
XYZ 45.18 26.58 36.93 -
YUV 136.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 240 78 162 0 0.68 0.32 0.06 328.89 0.84 0.62
Hex F0 4E A2 0 44 20 6 149 54 3E
Octal 360 116 242 0 104 40 6 511 124 76
Binary 11110000 1001110 10100010 0 1000100 100000 110 101001001 1010100 111110

Color Harmonies of #F04EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EA2

Black with #F04EA2

Text Example


Text Example

White with #F04EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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