Html Css Color HEX #F0638E Deep Blush

📋 copy color: '#F0638E'

red 240 ◦ green 99 ◦ blue 142

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

Shades of Deep Blush #F0638E

Tints of Deep Blush #F0638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 49.9%
G = 20.58%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0638E (or 0xF0638E) is known color: Deep Blush. HEX triplet: F0, 63 and 8E. RGB value is (240,99,142). Sum of RGB (Red+Green+Blue) = 240+99+142=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638E is #0F9C71. Grayscale: #929292. Windows color (decimal): -1023090 or 9331696. OLE color: 9331696.

HSL color Cylindrical-coordinate representation of color #F0638E: hue angle of 341.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0638E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 142 -
CMYK 0 0.59 0.41 0.06
HSL 341.7º 0.82% 0.66% -
HSV(B) 341.7º 0.59% 0.94% -
XYZ 45.28 29.4 28.88 -
YUV 146.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 240 99 142 0 0.59 0.41 0.06 341.7 0.82 0.66
Hex F0 63 8E 0 3B 29 6 156 52 42
Octal 360 143 216 0 73 51 6 526 122 102
Binary 11110000 1100011 10001110 0 111011 101001 110 101010110 1010010 1000010

Color Harmonies of #F0638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0638E

Black with #F0638E

Text Example


Text Example

White with #F0638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0638E; }

 p { color: rgb(240,99,142); }

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

background-color css

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

 a { background-color: rgb(240,99,142); }

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

border-color css

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

 span { border-color: rgb(240,99,142); }

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