Html Css Color HEX #F04AB2 Brilliant Rose

📋 copy color: '#F04AB2'

red 240 ◦ green 74 ◦ blue 178

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

Shades of Brilliant Rose #F04AB2

Tints of Brilliant Rose #F04AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.04%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 48.78%
G = 15.04%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F04AB2 (or 0xF04AB2) is known color: Brilliant Rose. HEX triplet: F0, 4A and B2. RGB value is (240,74,178). Sum of RGB (Red+Green+Blue) = 240+74+178=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AB2 is #0FB54D. Grayscale: #878787. Windows color (decimal): -1029454 or 11684592. OLE color: 11684592.

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

Color convert

RGB 240 74 178 -
CMYK 0 0.69 0.26 0.06
HSL 322.41º 0.85% 0.62% -
HSV(B) 322.41º 0.69% 0.94% -
XYZ 46.42 26.64 44.81 -
YUV 135.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 240 74 178 0 0.69 0.26 0.06 322.41 0.85 0.62
Hex F0 4A B2 0 45 1A 6 142 55 3E
Octal 360 112 262 0 105 32 6 502 125 76
Binary 11110000 1001010 10110010 0 1000101 11010 110 101000010 1010101 111110

Color Harmonies of #F04AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AB2

Black with #F04AB2

Text Example


Text Example

White with #F04AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AB2; }

 p { color: rgb(240,74,178); }

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

background-color css

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

 a { background-color: rgb(240,74,178); }

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

border-color css

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

 span { border-color: rgb(240,74,178); }

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