Html Css Color HEX #F051B0 Brilliant Rose

📋 copy color: '#F051B0'

red 240 ◦ green 81 ◦ blue 176

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

Shades of Brilliant Rose #F051B0

Tints of Brilliant Rose #F051B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 48.29%
G = 16.3%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F051B0 (or 0xF051B0) is known color: Brilliant Rose. HEX triplet: F0, 51 and B0. RGB value is (240,81,176). Sum of RGB (Red+Green+Blue) = 240+81+176=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F051B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051B0 is #0FAE4F. Grayscale: #8B8B8B. Windows color (decimal): -1027664 or 11555312. OLE color: 11555312.

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

Color convert

RGB 240 81 176 -
CMYK 0 0.66 0.27 0.06
HSL 324.15º 0.84% 0.63% -
HSV(B) 324.15º 0.66% 0.94% -
XYZ 46.71 27.54 43.93 -
YUV 139.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 240 81 176 0 0.66 0.27 0.06 324.15 0.84 0.63
Hex F0 51 B0 0 42 1B 6 144 54 3F
Octal 360 121 260 0 102 33 6 504 124 77
Binary 11110000 1010001 10110000 0 1000010 11011 110 101000100 1010100 111111

Color Harmonies of #F051B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051B0

Black with #F051B0

Text Example


Text Example

White with #F051B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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