Html Css Color HEX #F96295 Brilliant Rose

📋 copy color: '#F96295'

red 249 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #F96295

Tints of Brilliant Rose #F96295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.76%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 50.2%
G = 19.76%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F96295 (or 0xF96295) is known color: Brilliant Rose. HEX triplet: F9, 62 and 95. RGB value is (249,98,149). Sum of RGB (Red+Green+Blue) = 249+98+149=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F96295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96295 is #069D6A. Grayscale: #949494. Windows color (decimal): -433515 or 9790201. OLE color: 9790201.

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

Color convert

RGB 249 98 149 -
CMYK 0 0.61 0.40 0.02
HSL 339.74º 0.93% 0.68% -
HSV(B) 339.74º 0.61% 0.98% -
XYZ 48.86 31.05 31.85 -
YUV 148.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 249 98 149 0 0.61 0.40 0.02 339.74 0.93 0.68
Hex F9 62 95 0 3D 28 2 154 5D 44
Octal 371 142 225 0 75 50 2 524 135 104
Binary 11111001 1100010 10010101 0 111101 101000 10 101010100 1011101 1000100

Color Harmonies of #F96295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96295

Black with #F96295

Text Example


Text Example

White with #F96295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96295; }

 p { color: rgb(249,98,149); }

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

background-color css

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

 a { background-color: rgb(249,98,149); }

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

border-color css

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

 span { border-color: rgb(249,98,149); }

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