Html Css Color HEX #F050B8 Brilliant Rose

📋 copy color: '#F050B8'

red 240 ◦ green 80 ◦ blue 184

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

Shades of Brilliant Rose #F050B8

Tints of Brilliant Rose #F050B8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 47.62%
G = 15.87%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F050B8 (or 0xF050B8) is known color: Brilliant Rose. HEX triplet: F0, 50 and B8. RGB value is (240,80,184). Sum of RGB (Red+Green+Blue) = 240+80+184=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F050B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050B8 is #0FAF47. Grayscale: #8B8B8B. Windows color (decimal): -1027912 or 12079344. OLE color: 12079344.

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

Color convert

RGB 240 80 184 -
CMYK 0 0.67 0.23 0.06
HSL 321º 0.84% 0.63% -
HSV(B) 321º 0.67% 0.94% -
XYZ 47.46 27.72 48.2 -
YUV 139.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 240 80 184 0 0.67 0.23 0.06 321 0.84 0.63
Hex F0 50 B8 0 43 17 6 141 54 3F
Octal 360 120 270 0 103 27 6 501 124 77
Binary 11110000 1010000 10111000 0 1000011 10111 110 101000001 1010100 111111

Color Harmonies of #F050B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050B8

Black with #F050B8

Text Example


Text Example

White with #F050B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050B8; }

 p { color: rgb(240,80,184); }

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

background-color css

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

 a { background-color: rgb(240,80,184); }

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

border-color css

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

 span { border-color: rgb(240,80,184); }

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