Html Css Color HEX #F95AA0 Brilliant Rose

📋 copy color: '#F95AA0'

red 249 ◦ green 90 ◦ blue 160

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

Shades of Brilliant Rose #F95AA0

Tints of Brilliant Rose #F95AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.04%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 49.9%
G = 18.04%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F95AA0 (or 0xF95AA0) is known color: Brilliant Rose. HEX triplet: F9, 5A and A0. RGB value is (249,90,160). Sum of RGB (Red+Green+Blue) = 249+90+160=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AA0 is #06A55F. Grayscale: #919191. Windows color (decimal): -435552 or 10509049. OLE color: 10509049.

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

Color convert

RGB 249 90 160 -
CMYK 0 0.64 0.36 0.02
HSL 333.58º 0.93% 0.66% -
HSV(B) 333.58º 0.64% 0.98% -
XYZ 49.07 29.99 36.46 -
YUV 145.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 249 90 160 0 0.64 0.36 0.02 333.58 0.93 0.66
Hex F9 5A A0 0 40 24 2 14E 5D 42
Octal 371 132 240 0 100 44 2 516 135 102
Binary 11111001 1011010 10100000 0 1000000 100100 10 101001110 1011101 1000010

Color Harmonies of #F95AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95AA0

Black with #F95AA0

Text Example


Text Example

White with #F95AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95AA0; }

 p { color: rgb(249,90,160); }

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

background-color css

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

 a { background-color: rgb(249,90,160); }

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

border-color css

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

 span { border-color: rgb(249,90,160); }

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