Html Css Color HEX #F05A9A Brilliant Rose

📋 copy color: '#F05A9A'

red 240 ◦ green 90 ◦ blue 154

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

Shades of Brilliant Rose #F05A9A

Tints of Brilliant Rose #F05A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 49.59%
G = 18.6%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F05A9A (or 0xF05A9A) is known color: Brilliant Rose. HEX triplet: F0, 5A and 9A. RGB value is (240,90,154). Sum of RGB (Red+Green+Blue) = 240+90+154=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A9A is #0FA565. Grayscale: #8E8E8E. Windows color (decimal): -1025382 or 10115824. OLE color: 10115824.

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

Color convert

RGB 240 90 154 -
CMYK 0 0.62 0.36 0.06
HSL 334.4º 0.83% 0.65% -
HSV(B) 334.4º 0.63% 0.94% -
XYZ 45.42 28.17 33.62 -
YUV 142.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 240 90 154 0 0.62 0.36 0.06 334.4 0.83 0.65
Hex F0 5A 9A 0 3E 24 6 14E 53 41
Octal 360 132 232 0 76 44 6 516 123 101
Binary 11110000 1011010 10011010 0 111110 100100 110 101001110 1010011 1000001

Color Harmonies of #F05A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A9A

Black with #F05A9A

Text Example


Text Example

White with #F05A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A9A; }

 p { color: rgb(240,90,154); }

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

background-color css

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

 a { background-color: rgb(240,90,154); }

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

border-color css

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

 span { border-color: rgb(240,90,154); }

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