Html Css Color HEX #F27489 Deep Blush

📋 copy color: '#F27489'

red 242 ◦ green 116 ◦ blue 137

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

Shades of Deep Blush #F27489

Tints of Deep Blush #F27489

RGB

 RED value IS 242 (94.92% from 255) = 48.89%

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 48.89%
G = 23.43%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F27489 (or 0xF27489) is known color: Deep Blush. HEX triplet: F2, 74 and 89. RGB value is (242,116,137). Sum of RGB (Red+Green+Blue) = 242+116+137=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F27489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27489 is #0D8B76. Grayscale: #9C9C9C. Windows color (decimal): -887671 or 9008370. OLE color: 9008370.

HSL color Cylindrical-coordinate representation of color #F27489: hue angle of 350º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27489 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 137 -
CMYK 0 0.52 0.43 0.05
HSL 350º 0.83% 0.7% -
HSV(B) 350º 0.52% 0.95% -
XYZ 47.38 33.17 27.57 -
YUV 156.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 242 116 137 0 0.52 0.43 0.05 350 0.83 0.7
Hex F2 74 89 0 34 2B 5 15E 53 46
Octal 362 164 211 0 64 53 5 536 123 106
Binary 11110010 1110100 10001001 0 110100 101011 101 101011110 1010011 1000110

Color Harmonies of #F27489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27489

Black with #F27489

Text Example


Text Example

White with #F27489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27489; }

 p { color: rgb(242,116,137); }

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

background-color css

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

 a { background-color: rgb(242,116,137); }

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

border-color css

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

 span { border-color: rgb(242,116,137); }

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