Html Css Color HEX #F07883 Deep Blush

📋 copy color: '#F07883'

red 240 ◦ green 120 ◦ blue 131

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

Shades of Deep Blush #F07883

Tints of Deep Blush #F07883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.44%

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

R = 48.88%
G = 24.44%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07883 (or 0xF07883) is known color: Deep Blush. HEX triplet: F0, 78 and 83. RGB value is (240,120,131). Sum of RGB (Red+Green+Blue) = 240+120+131=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07883 is #0F877C. Grayscale: #9D9D9D. Windows color (decimal): -1017725 or 8616176. OLE color: 8616176.

HSL color Cylindrical-coordinate representation of color #F07883: hue angle of 354.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07883 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 131 -
CMYK 0 0.5 0.45 0.06
HSL 354.5º 0.8% 0.71% -
HSV(B) 354.5º 0.5% 0.94% -
XYZ 46.75 33.6 25.49 -
YUV 157.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 240 120 131 0 0.5 0.45 0.06 354.5 0.8 0.71
Hex F0 78 83 0 32 2D 6 162 50 47
Octal 360 170 203 0 62 55 6 542 120 107
Binary 11110000 1111000 10000011 0 110010 101101 110 101100010 1010000 1000111

Color Harmonies of #F07883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07883

Black with #F07883

Text Example


Text Example

White with #F07883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07883; }

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

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

background-color css

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

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

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

border-color css

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

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

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