Html Css Color HEX #F0638C Deep Blush

📋 copy color: '#F0638C'

red 240 ◦ green 99 ◦ blue 140

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

Shades of Deep Blush #F0638C

Tints of Deep Blush #F0638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 50.1%
G = 20.67%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0638C (or 0xF0638C) is known color: Deep Blush. HEX triplet: F0, 63 and 8C. RGB value is (240,99,140). Sum of RGB (Red+Green+Blue) = 240+99+140=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638C is #0F9C73. Grayscale: #919191. Windows color (decimal): -1023092 or 9200624. OLE color: 9200624.

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

Color convert

RGB 240 99 140 -
CMYK 0 0.59 0.42 0.06
HSL 342.55º 0.82% 0.66% -
HSV(B) 342.55º 0.59% 0.94% -
XYZ 45.13 29.34 28.1 -
YUV 145.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 240 99 140 0 0.59 0.42 0.06 342.55 0.82 0.66
Hex F0 63 8C 0 3B 2A 6 157 52 42
Octal 360 143 214 0 73 52 6 527 122 102
Binary 11110000 1100011 10001100 0 111011 101010 110 101010111 1010010 1000010

Color Harmonies of #F0638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0638C

Black with #F0638C

Text Example


Text Example

White with #F0638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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