Html Css Color HEX #F95BA6 Brilliant Rose

📋 copy color: '#F95BA6'

red 249 ◦ green 91 ◦ blue 166

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

Shades of Brilliant Rose #F95BA6

Tints of Brilliant Rose #F95BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 49.21%
G = 17.98%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F95BA6 (or 0xF95BA6) is known color: Brilliant Rose. HEX triplet: F9, 5B and A6. RGB value is (249,91,166). Sum of RGB (Red+Green+Blue) = 249+91+166=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F95BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95BA6 is #06A459. Grayscale: #929292. Windows color (decimal): -435290 or 10902521. OLE color: 10902521.

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

Color convert

RGB 249 91 166 -
CMYK 0 0.63 0.33 0.02
HSL 331.52º 0.93% 0.67% -
HSV(B) 331.52º 0.63% 0.98% -
XYZ 49.69 30.38 39.32 -
YUV 146.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 249 91 166 0 0.63 0.33 0.02 331.52 0.93 0.67
Hex F9 5B A6 0 3F 21 2 14C 5D 43
Octal 371 133 246 0 77 41 2 514 135 103
Binary 11111001 1011011 10100110 0 111111 100001 10 101001100 1011101 1000011

Color Harmonies of #F95BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95BA6

Black with #F95BA6

Text Example


Text Example

White with #F95BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95BA6; }

 p { color: rgb(249,91,166); }

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

background-color css

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

 a { background-color: rgb(249,91,166); }

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

border-color css

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

 span { border-color: rgb(249,91,166); }

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