Html Css Color HEX #F07685 Deep Blush

📋 copy color: '#F07685'

red 240 ◦ green 118 ◦ blue 133

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

Shades of Deep Blush #F07685

Tints of Deep Blush #F07685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 48.88%
G = 24.03%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07685 (or 0xF07685) is known color: Deep Blush. HEX triplet: F0, 76 and 85. RGB value is (240,118,133). Sum of RGB (Red+Green+Blue) = 240+118+133=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07685 is #0F897A. Grayscale: #9C9C9C. Windows color (decimal): -1018235 or 8746736. OLE color: 8746736.

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

Color convert

RGB 240 118 133 -
CMYK 0 0.51 0.45 0.06
HSL 352.62º 0.8% 0.7% -
HSV(B) 352.62º 0.51% 0.94% -
XYZ 46.65 33.18 26.14 -
YUV 156.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 240 118 133 0 0.51 0.45 0.06 352.62 0.8 0.7
Hex F0 76 85 0 33 2D 6 161 50 46
Octal 360 166 205 0 63 55 6 541 120 106
Binary 11110000 1110110 10000101 0 110011 101101 110 101100001 1010000 1000110

Color Harmonies of #F07685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07685

Black with #F07685

Text Example


Text Example

White with #F07685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07685; }

 p { color: rgb(240,118,133); }

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

background-color css

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

 a { background-color: rgb(240,118,133); }

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

border-color css

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

 span { border-color: rgb(240,118,133); }

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