Html Css Color HEX #F28F81 Sweet Pink

📋 copy color: '#F28F81'

red 242 ◦ green 143 ◦ blue 129

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

Shades of Sweet Pink #F28F81

Tints of Sweet Pink #F28F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

 BLUE value IS 129 (50.78% from 255) = 25.1%

R = 47.08%
G = 27.82%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28F81 (or 0xF28F81) is known color: Sweet Pink. HEX triplet: F2, 8F and 81. RGB value is (242,143,129). Sum of RGB (Red+Green+Blue) = 242+143+129=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F81 is #0D707E. Grayscale: #ABABAB. Windows color (decimal): -880767 or 8490994. OLE color: 8490994.

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

Color convert

RGB 242 143 129 -
CMYK 0 0.41 0.47 0.05
HSL 7.43º 0.81% 0.73% -
HSV(B) 7.43º 0.47% 0.95% -
XYZ 50.4 40.11 25.85 -
YUV 171.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 242 143 129 0 0.41 0.47 0.05 7.43 0.81 0.73
Hex F2 8F 81 0 29 2F 5 7 51 49
Octal 362 217 201 0 51 57 5 7 121 111
Binary 11110010 10001111 10000001 0 101001 101111 101 111 1010001 1001001

Color Harmonies of #F28F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F81

Black with #F28F81

Text Example


Text Example

White with #F28F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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