Html Css Color HEX #F2988E Sweet Pink

📋 copy color: '#F2988E'

red 242 ◦ green 152 ◦ blue 142

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

Shades of Sweet Pink #F2988E

Tints of Sweet Pink #F2988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.36%

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

R = 45.15%
G = 28.36%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2988E (or 0xF2988E) is known color: Sweet Pink. HEX triplet: F2, 98 and 8E. RGB value is (242,152,142). Sum of RGB (Red+Green+Blue) = 242+152+142=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2988E is #0D6771. Grayscale: #B1B1B1. Windows color (decimal): -878450 or 9345266. OLE color: 9345266.

HSL color Cylindrical-coordinate representation of color #F2988E: hue angle of 6º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2988E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 142 -
CMYK 0 0.37 0.41 0.05
HSL 0.79% 0.75% -
HSV(B) 0.41% 0.95% -
XYZ 52.73 43.29 31.17 -
YUV 177.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 242 152 142 0 0.37 0.41 0.05 6 0.79 0.75
Hex F2 98 8E 0 25 29 5 6 4F 4B
Octal 362 230 216 0 45 51 5 6 117 113
Binary 11110010 10011000 10001110 0 100101 101001 101 110 1001111 1001011

Color Harmonies of #F2988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2988E

Black with #F2988E

Text Example


Text Example

White with #F2988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2988E; }

 p { color: rgb(242,152,142); }

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

background-color css

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

 a { background-color: rgb(242,152,142); }

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

border-color css

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

 span { border-color: rgb(242,152,142); }

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