Html Css Color HEX #F96799 Brilliant Rose

📋 copy color: '#F96799'

red 249 ◦ green 103 ◦ blue 153

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

Shades of Brilliant Rose #F96799

Tints of Brilliant Rose #F96799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.4%

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

R = 49.31%
G = 20.4%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F96799 (or 0xF96799) is known color: Brilliant Rose. HEX triplet: F9, 67 and 99. RGB value is (249,103,153). Sum of RGB (Red+Green+Blue) = 249+103+153=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F96799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96799 is #069866. Grayscale: #989898. Windows color (decimal): -432231 or 10053625. OLE color: 10053625.

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

Color convert

RGB 249 103 153 -
CMYK 0 0.59 0.39 0.02
HSL 339.45º 0.92% 0.69% -
HSV(B) 339.45º 0.59% 0.98% -
XYZ 49.67 32.14 33.72 -
YUV 152.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 249 103 153 0 0.59 0.39 0.02 339.45 0.92 0.69
Hex F9 67 99 0 3B 27 2 153 5C 45
Octal 371 147 231 0 73 47 2 523 134 105
Binary 11111001 1100111 10011001 0 111011 100111 10 101010011 1011100 1000101

Color Harmonies of #F96799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96799

Black with #F96799

Text Example


Text Example

White with #F96799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96799; }

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

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

background-color css

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

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

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

border-color css

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

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

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