Html Css Color HEX #F2998A Sweet Pink

📋 copy color: '#F2998A'

red 242 ◦ green 153 ◦ blue 138

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

Shades of Sweet Pink #F2998A

Tints of Sweet Pink #F2998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.71%

 BLUE value IS 138 (54.3% from 255) = 25.89%

R = 45.4%
G = 28.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2998A (or 0xF2998A) is known color: Sweet Pink. HEX triplet: F2, 99 and 8A. RGB value is (242,153,138). Sum of RGB (Red+Green+Blue) = 242+153+138=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2998A is #0D6675. Grayscale: #B2B2B2. Windows color (decimal): -878198 or 9083378. OLE color: 9083378.

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

Color convert

RGB 242 153 138 -
CMYK 0 0.37 0.43 0.05
HSL 8.65º 0.8% 0.75% -
HSV(B) 8.65º 0.43% 0.95% -
XYZ 52.6 43.49 29.67 -
YUV 177.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 242 153 138 0 0.37 0.43 0.05 8.65 0.8 0.75
Hex F2 99 8A 0 25 2B 5 9 50 4B
Octal 362 231 212 0 45 53 5 11 120 113
Binary 11110010 10011001 10001010 0 100101 101011 101 1001 1010000 1001011

Color Harmonies of #F2998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2998A

Black with #F2998A

Text Example


Text Example

White with #F2998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2998A; }

 p { color: rgb(242,153,138); }

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

background-color css

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

 a { background-color: rgb(242,153,138); }

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

border-color css

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

 span { border-color: rgb(242,153,138); }

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