Html Css Color HEX #F9696D Froly

📋 copy color: '#F9696D'

red 249 ◦ green 105 ◦ blue 109

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

Shades of Froly #F9696D

Tints of Froly #F9696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 53.78%
G = 22.68%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9696D (or 0xF9696D) is known color: Froly. HEX triplet: F9, 69 and 6D. RGB value is (249,105,109). Sum of RGB (Red+Green+Blue) = 249+105+109=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696D is #069692. Grayscale: #949494. Windows color (decimal): -431763 or 7170553. OLE color: 7170553.

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

Color convert

RGB 249 105 109 -
CMYK 0 0.58 0.56 0.02
HSL 358.33º 0.92% 0.69% -
HSV(B) 358.33º 0.58% 0.98% -
XYZ 46.88 31.35 18.05 -
YUV 148.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 249 105 109 0 0.58 0.56 0.02 358.33 0.92 0.69
Hex F9 69 6D 0 3A 38 2 166 5C 45
Octal 371 151 155 0 72 70 2 546 134 105
Binary 11111001 1101001 1101101 0 111010 111000 10 101100110 1011100 1000101

Color Harmonies of #F9696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9696D

Black with #F9696D

Text Example


Text Example

White with #F9696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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