Html Css Color HEX #F051B5 Brilliant Rose

📋 copy color: '#F051B5'

red 240 ◦ green 81 ◦ blue 181

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

Shades of Brilliant Rose #F051B5

Tints of Brilliant Rose #F051B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 47.81%
G = 16.14%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F051B5 (or 0xF051B5) is known color: Brilliant Rose. HEX triplet: F0, 51 and B5. RGB value is (240,81,181). Sum of RGB (Red+Green+Blue) = 240+81+181=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F051B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051B5 is #0FAE4A. Grayscale: #8B8B8B. Windows color (decimal): -1027659 or 11882992. OLE color: 11882992.

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

Color convert

RGB 240 81 181 -
CMYK 0 0.66 0.25 0.06
HSL 322.26º 0.84% 0.63% -
HSV(B) 322.26º 0.66% 0.94% -
XYZ 47.22 27.75 46.58 -
YUV 139.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 240 81 181 0 0.66 0.25 0.06 322.26 0.84 0.63
Hex F0 51 B5 0 42 19 6 142 54 3F
Octal 360 121 265 0 102 31 6 502 124 77
Binary 11110000 1010001 10110101 0 1000010 11001 110 101000010 1010100 111111

Color Harmonies of #F051B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051B5

Black with #F051B5

Text Example


Text Example

White with #F051B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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