Html Css Color HEX #F96998 Brilliant Rose

📋 copy color: '#F96998'

red 249 ◦ green 105 ◦ blue 152

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

Shades of Brilliant Rose #F96998

Tints of Brilliant Rose #F96998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 49.21%
G = 20.75%
B = 30.04%

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

#F96998 (or 0xF96998) is known color: Brilliant Rose. HEX triplet: F9, 69 and 98. RGB value is (249,105,152). Sum of RGB (Red+Green+Blue) = 249+105+152=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F96998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96998 is #069667. Grayscale: #999999. Windows color (decimal): -431720 or 9988601. OLE color: 9988601.

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

Color convert

RGB 249 105 152 -
CMYK 0 0.58 0.39 0.02
HSL 340.42º 0.92% 0.69% -
HSV(B) 340.42º 0.58% 0.98% -
XYZ 49.79 32.51 33.36 -
YUV 153.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 249 105 152 0 0.58 0.39 0.02 340.42 0.92 0.69
Hex F9 69 98 0 3A 27 2 154 5C 45
Octal 371 151 230 0 72 47 2 524 134 105
Binary 11111001 1101001 10011000 0 111010 100111 10 101010100 1011100 1000101

Color Harmonies of #F96998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96998

Black with #F96998

Text Example


Text Example

White with #F96998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96998; }

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

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

background-color css

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

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

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

border-color css

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

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

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