Html Css Color HEX #F04EB1 Brilliant Rose

📋 copy color: '#F04EB1'

red 240 ◦ green 78 ◦ blue 177

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

Shades of Brilliant Rose #F04EB1

Tints of Brilliant Rose #F04EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.76%

R = 48.48%
G = 15.76%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F04EB1 (or 0xF04EB1) is known color: Brilliant Rose. HEX triplet: F0, 4E and B1. RGB value is (240,78,177). Sum of RGB (Red+Green+Blue) = 240+78+177=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EB1 is #0FB14E. Grayscale: #898989. Windows color (decimal): -1028431 or 11620080. OLE color: 11620080.

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

Color convert

RGB 240 78 177 -
CMYK 0 0.68 0.26 0.06
HSL 323.33º 0.84% 0.62% -
HSV(B) 323.33º 0.68% 0.94% -
XYZ 46.6 27.15 44.38 -
YUV 137.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 240 78 177 0 0.68 0.26 0.06 323.33 0.84 0.62
Hex F0 4E B1 0 44 1A 6 143 54 3E
Octal 360 116 261 0 104 32 6 503 124 76
Binary 11110000 1001110 10110001 0 1000100 11010 110 101000011 1010100 111110

Color Harmonies of #F04EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EB1

Black with #F04EB1

Text Example


Text Example

White with #F04EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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