Html Css Color HEX #F0638D Deep Blush

📋 copy color: '#F0638D'

red 240 ◦ green 99 ◦ blue 141

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

Shades of Deep Blush #F0638D

Tints of Deep Blush #F0638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 50%
G = 20.63%
B = 29.38%

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

#F0638D (or 0xF0638D) is known color: Deep Blush. HEX triplet: F0, 63 and 8D. RGB value is (240,99,141). Sum of RGB (Red+Green+Blue) = 240+99+141=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0638D is #0F9C72. Grayscale: #919191. Windows color (decimal): -1023091 or 9266160. OLE color: 9266160.

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

Color convert

RGB 240 99 141 -
CMYK 0 0.59 0.41 0.06
HSL 342.13º 0.82% 0.66% -
HSV(B) 342.13º 0.59% 0.94% -
XYZ 45.2 29.37 28.49 -
YUV 145.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 240 99 141 0 0.59 0.41 0.06 342.13 0.82 0.66
Hex F0 63 8D 0 3B 29 6 156 52 42
Octal 360 143 215 0 73 51 6 526 122 102
Binary 11110000 1100011 10001101 0 111011 101001 110 101010110 1010010 1000010

Color Harmonies of #F0638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0638D

Black with #F0638D

Text Example


Text Example

White with #F0638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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