Html Css Color HEX #F0708F Deep Blush

📋 copy color: '#F0708F'

red 240 ◦ green 112 ◦ blue 143

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

Shades of Deep Blush #F0708F

Tints of Deep Blush #F0708F

RGB

 RED value IS 240 (94.14% from 255) = 48.48%

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

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

R = 48.48%
G = 22.63%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0708F (or 0xF0708F) is known color: Deep Blush. HEX triplet: F0, 70 and 8F. RGB value is (240,112,143). Sum of RGB (Red+Green+Blue) = 240+112+143=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708F is #0F8F70. Grayscale: #999999. Windows color (decimal): -1019761 or 9400560. OLE color: 9400560.

HSL color Cylindrical-coordinate representation of color #F0708F: hue angle of 345.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0708F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 143 -
CMYK 0 0.53 0.40 0.06
HSL 345.47º 0.81% 0.69% -
HSV(B) 345.47º 0.53% 0.94% -
XYZ 46.69 32.1 29.72 -
YUV 153.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 240 112 143 0 0.53 0.40 0.06 345.47 0.81 0.69
Hex F0 70 8F 0 35 28 6 159 51 45
Octal 360 160 217 0 65 50 6 531 121 105
Binary 11110000 1110000 10001111 0 110101 101000 110 101011001 1010001 1000101

Color Harmonies of #F0708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0708F

Black with #F0708F

Text Example


Text Example

White with #F0708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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