Html Css Color HEX #F2748F Deep Blush

📋 copy color: '#F2748F'

red 242 ◦ green 116 ◦ blue 143

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

Shades of Deep Blush #F2748F

Tints of Deep Blush #F2748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 48.3%
G = 23.15%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2748F (or 0xF2748F) is known color: Deep Blush. HEX triplet: F2, 74 and 8F. RGB value is (242,116,143). Sum of RGB (Red+Green+Blue) = 242+116+143=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2748F is #0D8B70. Grayscale: #9C9C9C. Windows color (decimal): -887665 or 9401586. OLE color: 9401586.

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

Color convert

RGB 242 116 143 -
CMYK 0 0.52 0.41 0.05
HSL 347.14º 0.83% 0.7% -
HSV(B) 347.14º 0.52% 0.95% -
XYZ 47.82 33.35 29.9 -
YUV 156.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 242 116 143 0 0.52 0.41 0.05 347.14 0.83 0.7
Hex F2 74 8F 0 34 29 5 15B 53 46
Octal 362 164 217 0 64 51 5 533 123 106
Binary 11110010 1110100 10001111 0 110100 101001 101 101011011 1010011 1000110

Color Harmonies of #F2748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2748F

Black with #F2748F

Text Example


Text Example

White with #F2748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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