Html Css Color HEX #F9708F Deep Blush

📋 copy color: '#F9708F'

red 249 ◦ green 112 ◦ blue 143

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

Shades of Deep Blush #F9708F

Tints of Deep Blush #F9708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.22%

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 49.4%
G = 22.22%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9708F (or 0xF9708F) is known color: Deep Blush. HEX triplet: F9, 70 and 8F. RGB value is (249,112,143). Sum of RGB (Red+Green+Blue) = 249+112+143=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708F is #068F70. Grayscale: #9C9C9C. Windows color (decimal): -429937 or 9400569. OLE color: 9400569.

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

Color convert

RGB 249 112 143 -
CMYK 0 0.55 0.43 0.02
HSL 346.42º 0.92% 0.71% -
HSV(B) 346.42º 0.55% 0.98% -
XYZ 49.82 33.71 29.87 -
YUV 156.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 249 112 143 0 0.55 0.43 0.02 346.42 0.92 0.71
Hex F9 70 8F 0 37 2B 2 15A 5C 47
Octal 371 160 217 0 67 53 2 532 134 107
Binary 11111001 1110000 10001111 0 110111 101011 10 101011010 1011100 1000111

Color Harmonies of #F9708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9708F

Black with #F9708F

Text Example


Text Example

White with #F9708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9708F; }

 p { color: rgb(249,112,143); }

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

background-color css

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

 a { background-color: rgb(249,112,143); }

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

border-color css

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

 span { border-color: rgb(249,112,143); }

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