Html Css Color HEX #F950B8 Brilliant Rose

📋 copy color: '#F950B8'

red 249 ◦ green 80 ◦ blue 184

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

Shades of Brilliant Rose #F950B8

Tints of Brilliant Rose #F950B8

RGB

 RED value IS 249 (97.66% from 255) = 48.54%

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

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

R = 48.54%
G = 15.59%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F950B8 (or 0xF950B8) is known color: Brilliant Rose. HEX triplet: F9, 50 and B8. RGB value is (249,80,184). Sum of RGB (Red+Green+Blue) = 249+80+184=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F950B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950B8 is #06AF47. Grayscale: #8E8E8E. Windows color (decimal): -438088 or 12079353. OLE color: 12079353.

HSL color Cylindrical-coordinate representation of color #F950B8: hue angle of 323.08º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950B8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 184 -
CMYK 0 0.68 0.26 0.02
HSL 323.08º 0.93% 0.65% -
HSV(B) 323.08º 0.68% 0.98% -
XYZ 50.59 29.34 48.34 -
YUV 142.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 249 80 184 0 0.68 0.26 0.02 323.08 0.93 0.65
Hex F9 50 B8 0 44 1A 2 143 5D 41
Octal 371 120 270 0 104 32 2 503 135 101
Binary 11111001 1010000 10111000 0 1000100 11010 10 101000011 1011101 1000001

Color Harmonies of #F950B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950B8

Black with #F950B8

Text Example


Text Example

White with #F950B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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