Html Css Color HEX #F07285 Deep Blush

📋 copy color: '#F07285'

red 240 ◦ green 114 ◦ blue 133

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

Shades of Deep Blush #F07285

Tints of Deep Blush #F07285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 49.28%
G = 23.41%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07285 (or 0xF07285) is known color: Deep Blush. HEX triplet: F0, 72 and 85. RGB value is (240,114,133). Sum of RGB (Red+Green+Blue) = 240+114+133=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07285 is #0F8D7A. Grayscale: #999999. Windows color (decimal): -1019259 or 8745712. OLE color: 8745712.

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

Color convert

RGB 240 114 133 -
CMYK 0 0.52 0.45 0.06
HSL 350.95º 0.81% 0.69% -
HSV(B) 350.95º 0.53% 0.94% -
XYZ 46.19 32.25 25.98 -
YUV 153.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 240 114 133 0 0.52 0.45 0.06 350.95 0.81 0.69
Hex F0 72 85 0 34 2D 6 15F 51 45
Octal 360 162 205 0 64 55 6 537 121 105
Binary 11110000 1110010 10000101 0 110100 101101 110 101011111 1010001 1000101

Color Harmonies of #F07285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07285

Black with #F07285

Text Example


Text Example

White with #F07285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07285; }

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

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

background-color css

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

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

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

border-color css

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

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

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