Html Css Color HEX #F950B3 Brilliant Rose

📋 copy color: '#F950B3'

red 249 ◦ green 80 ◦ blue 179

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

Shades of Brilliant Rose #F950B3

Tints of Brilliant Rose #F950B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 49.02%
G = 15.75%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F950B3 (or 0xF950B3) is known color: Brilliant Rose. HEX triplet: F9, 50 and B3. RGB value is (249,80,179). Sum of RGB (Red+Green+Blue) = 249+80+179=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F950B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950B3 is #06AF4C. Grayscale: #8D8D8D. Windows color (decimal): -438093 or 11751673. OLE color: 11751673.

HSL color Cylindrical-coordinate representation of color #F950B3: hue angle of 324.85º 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 #F950B3 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 179 -
CMYK 0 0.68 0.28 0.02
HSL 324.85º 0.93% 0.65% -
HSV(B) 324.85º 0.68% 0.98% -
XYZ 50.07 29.13 45.63 -
YUV 141.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 249 80 179 0 0.68 0.28 0.02 324.85 0.93 0.65
Hex F9 50 B3 0 44 1C 2 145 5D 41
Octal 371 120 263 0 104 34 2 505 135 101
Binary 11111001 1010000 10110011 0 1000100 11100 10 101000101 1011101 1000001

Color Harmonies of #F950B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950B3

Black with #F950B3

Text Example


Text Example

White with #F950B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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