Html Css Color HEX #F96194 Brilliant Rose

📋 copy color: '#F96194'

red 249 ◦ green 97 ◦ blue 148

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

Shades of Brilliant Rose #F96194

Tints of Brilliant Rose #F96194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 50.4%
G = 19.64%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F96194 (or 0xF96194) is known color: Brilliant Rose. HEX triplet: F9, 61 and 94. RGB value is (249,97,148). Sum of RGB (Red+Green+Blue) = 249+97+148=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F96194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96194 is #069E6B. Grayscale: #949494. Windows color (decimal): -433772 or 9724409. OLE color: 9724409.

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

Color convert

RGB 249 97 148 -
CMYK 0 0.61 0.41 0.02
HSL 339.87º 0.93% 0.68% -
HSV(B) 339.87º 0.61% 0.98% -
XYZ 48.69 30.83 31.4 -
YUV 148.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 249 97 148 0 0.61 0.41 0.02 339.87 0.93 0.68
Hex F9 61 94 0 3D 29 2 154 5D 44
Octal 371 141 224 0 75 51 2 524 135 104
Binary 11111001 1100001 10010100 0 111101 101001 10 101010100 1011101 1000100

Color Harmonies of #F96194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96194

Black with #F96194

Text Example


Text Example

White with #F96194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96194; }

 p { color: rgb(249,97,148); }

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

background-color css

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

 a { background-color: rgb(249,97,148); }

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

border-color css

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

 span { border-color: rgb(249,97,148); }

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