Html Css Color HEX #F96899 Brilliant Rose

📋 copy color: '#F96899'

red 249 ◦ green 104 ◦ blue 153

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

Shades of Brilliant Rose #F96899

Tints of Brilliant Rose #F96899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 49.21%
G = 20.55%
B = 30.24%

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

#F96899 (or 0xF96899) is known color: Brilliant Rose. HEX triplet: F9, 68 and 99. RGB value is (249,104,153). Sum of RGB (Red+Green+Blue) = 249+104+153=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F96899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96899 is #069766. Grayscale: #989898. Windows color (decimal): -431975 or 10053881. OLE color: 10053881.

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

Color convert

RGB 249 104 153 -
CMYK 0 0.58 0.39 0.02
HSL 339.72º 0.92% 0.69% -
HSV(B) 339.72º 0.58% 0.98% -
XYZ 49.77 32.34 33.76 -
YUV 152.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 249 104 153 0 0.58 0.39 0.02 339.72 0.92 0.69
Hex F9 68 99 0 3A 27 2 154 5C 45
Octal 371 150 231 0 72 47 2 524 134 105
Binary 11111001 1101000 10011001 0 111010 100111 10 101010100 1011100 1000101

Color Harmonies of #F96899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96899

Black with #F96899

Text Example


Text Example

White with #F96899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96899; }

 p { color: rgb(249,104,153); }

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

background-color css

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

 a { background-color: rgb(249,104,153); }

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

border-color css

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

 span { border-color: rgb(249,104,153); }

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