Html Css Color HEX #F96997 Brilliant Rose

📋 copy color: '#F96997'

red 249 ◦ green 105 ◦ blue 151

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

Shades of Brilliant Rose #F96997

Tints of Brilliant Rose #F96997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.79%

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 49.31%
G = 20.79%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F96997 (or 0xF96997) is known color: Brilliant Rose. HEX triplet: F9, 69 and 97. RGB value is (249,105,151). Sum of RGB (Red+Green+Blue) = 249+105+151=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F96997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96997 is #069668. Grayscale: #999999. Windows color (decimal): -431721 or 9923065. OLE color: 9923065.

HSL color Cylindrical-coordinate representation of color #F96997: hue angle of 340.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96997 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 151 -
CMYK 0 0.58 0.39 0.02
HSL 340.83º 0.92% 0.69% -
HSV(B) 340.83º 0.58% 0.98% -
XYZ 49.7 32.48 32.93 -
YUV 153.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 249 105 151 0 0.58 0.39 0.02 340.83 0.92 0.69
Hex F9 69 97 0 3A 27 2 155 5C 45
Octal 371 151 227 0 72 47 2 525 134 105
Binary 11111001 1101001 10010111 0 111010 100111 10 101010101 1011100 1000101

Color Harmonies of #F96997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96997

Black with #F96997

Text Example


Text Example

White with #F96997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96997; }

 p { color: rgb(249,105,151); }

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

background-color css

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

 a { background-color: rgb(249,105,151); }

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

border-color css

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

 span { border-color: rgb(249,105,151); }

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