Html Css Color HEX #F29F98 Sweet Pink

📋 copy color: '#F29F98'

red 242 ◦ green 159 ◦ blue 152

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

Shades of Sweet Pink #F29F98

Tints of Sweet Pink #F29F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 43.76%
G = 28.75%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F29F98 (or 0xF29F98) is known color: Sweet Pink. HEX triplet: F2, 9F and 98. RGB value is (242,159,152). Sum of RGB (Red+Green+Blue) = 242+159+152=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F98 is #0D6067. Grayscale: #B7B7B7. Windows color (decimal): -876648 or 10002418. OLE color: 10002418.

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

Color convert

RGB 242 159 152 -
CMYK 0 0.34 0.37 0.05
HSL 4.67º 0.78% 0.77% -
HSV(B) 4.67º 0.37% 0.95% -
XYZ 54.68 45.94 35.69 -
YUV 183.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 242 159 152 0 0.34 0.37 0.05 4.67 0.78 0.77
Hex F2 9F 98 0 22 25 5 5 4E 4D
Octal 362 237 230 0 42 45 5 5 116 115
Binary 11110010 10011111 10011000 0 100010 100101 101 101 1001110 1001101

Color Harmonies of #F29F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F98

Black with #F29F98

Text Example


Text Example

White with #F29F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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