Html Css Color HEX #F04EA5 Brilliant Rose

📋 copy color: '#F04EA5'

red 240 ◦ green 78 ◦ blue 165

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

Shades of Brilliant Rose #F04EA5

Tints of Brilliant Rose #F04EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 49.69%
G = 16.15%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F04EA5 (or 0xF04EA5) is known color: Brilliant Rose. HEX triplet: F0, 4E and A5. RGB value is (240,78,165). Sum of RGB (Red+Green+Blue) = 240+78+165=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EA5 is #0FB15A. Grayscale: #888888. Windows color (decimal): -1028443 or 10833648. OLE color: 10833648.

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

Color convert

RGB 240 78 165 -
CMYK 0 0.68 0.31 0.06
HSL 327.78º 0.84% 0.62% -
HSV(B) 327.78º 0.68% 0.94% -
XYZ 45.45 26.69 38.35 -
YUV 136.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 240 78 165 0 0.68 0.31 0.06 327.78 0.84 0.62
Hex F0 4E A5 0 44 1F 6 148 54 3E
Octal 360 116 245 0 104 37 6 510 124 76
Binary 11110000 1001110 10100101 0 1000100 11111 110 101001000 1010100 111110

Color Harmonies of #F04EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EA5

Black with #F04EA5

Text Example


Text Example

White with #F04EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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