Html Css Color HEX #F051A0 Brilliant Rose

📋 copy color: '#F051A0'

red 240 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #F051A0

Tints of Brilliant Rose #F051A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 49.9%
G = 16.84%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F051A0 (or 0xF051A0) is known color: Brilliant Rose. HEX triplet: F0, 51 and A0. RGB value is (240,81,160). Sum of RGB (Red+Green+Blue) = 240+81+160=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F051A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051A0 is #0FAE5F. Grayscale: #898989. Windows color (decimal): -1027680 or 10506736. OLE color: 10506736.

HSL color Cylindrical-coordinate representation of color #F051A0: hue angle of 330.19º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051A0 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 160 -
CMYK 0 0.66 0.33 0.06
HSL 330.19º 0.84% 0.63% -
HSV(B) 330.19º 0.66% 0.94% -
XYZ 45.22 26.95 36.08 -
YUV 137.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 240 81 160 0 0.66 0.33 0.06 330.19 0.84 0.63
Hex F0 51 A0 0 42 21 6 14A 54 3F
Octal 360 121 240 0 102 41 6 512 124 77
Binary 11110000 1010001 10100000 0 1000010 100001 110 101001010 1010100 111111

Color Harmonies of #F051A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051A0

Black with #F051A0

Text Example


Text Example

White with #F051A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051A0; }

 p { color: rgb(240,81,160); }

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

background-color css

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

 a { background-color: rgb(240,81,160); }

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

border-color css

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

 span { border-color: rgb(240,81,160); }

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