Html Css Color HEX #F07083 Deep Blush

📋 copy color: '#F07083'

red 240 ◦ green 112 ◦ blue 131

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

Shades of Deep Blush #F07083

Tints of Deep Blush #F07083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 49.69%
G = 23.19%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07083 (or 0xF07083) is known color: Deep Blush. HEX triplet: F0, 70 and 83. RGB value is (240,112,131). Sum of RGB (Red+Green+Blue) = 240+112+131=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F07083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07083 is #0F8F7C. Grayscale: #989898. Windows color (decimal): -1019773 or 8614128. OLE color: 8614128.

HSL color Cylindrical-coordinate representation of color #F07083: hue angle of 351.09º 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 #F07083 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 131 -
CMYK 0 0.53 0.45 0.06
HSL 351.09º 0.81% 0.69% -
HSV(B) 351.09º 0.53% 0.94% -
XYZ 45.83 31.75 25.19 -
YUV 152.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 240 112 131 0 0.53 0.45 0.06 351.09 0.81 0.69
Hex F0 70 83 0 35 2D 6 15F 51 45
Octal 360 160 203 0 65 55 6 537 121 105
Binary 11110000 1110000 10000011 0 110101 101101 110 101011111 1010001 1000101

Color Harmonies of #F07083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07083

Black with #F07083

Text Example


Text Example

White with #F07083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07083; }

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

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

background-color css

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

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

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

border-color css

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

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

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