Html Css Color HEX #F28F8C Sweet Pink

📋 copy color: '#F28F8C'

red 242 ◦ green 143 ◦ blue 140

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

Shades of Sweet Pink #F28F8C

Tints of Sweet Pink #F28F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 46.1%
G = 27.24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F28F8C (or 0xF28F8C) is known color: Sweet Pink. HEX triplet: F2, 8F and 8C. RGB value is (242,143,140). Sum of RGB (Red+Green+Blue) = 242+143+140=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F8C is #0D7073. Grayscale: #ACACAC. Windows color (decimal): -880756 or 9211890. OLE color: 9211890.

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

Color convert

RGB 242 143 140 -
CMYK 0 0.41 0.42 0.05
HSL 1.76º 0.8% 0.75% -
HSV(B) 1.76º 0.42% 0.95% -
XYZ 51.17 40.42 29.91 -
YUV 172.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 242 143 140 0 0.41 0.42 0.05 1.76 0.8 0.75
Hex F2 8F 8C 0 29 2A 5 2 50 4B
Octal 362 217 214 0 51 52 5 2 120 113
Binary 11110010 10001111 10001100 0 101001 101010 101 10 1010000 1001011

Color Harmonies of #F28F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F8C

Black with #F28F8C

Text Example


Text Example

White with #F28F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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