Html Css Color HEX #F28E8E Sweet Pink

📋 copy color: '#F28E8E'

red 242 ◦ green 142 ◦ blue 142

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

Shades of Sweet Pink #F28E8E

Tints of Sweet Pink #F28E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27%

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

R = 46.01%
G = 27%
B = 27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F28E8E (or 0xF28E8E) is known color: Sweet Pink. HEX triplet: F2, 8E and 8E. RGB value is (242,142,142). Sum of RGB (Red+Green+Blue) = 242+142+142=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E8E is #0D7171. Grayscale: #ACACAC. Windows color (decimal): -881010 or 9342706. OLE color: 9342706.

HSL color Cylindrical-coordinate representation of color #F28E8E: hue angle of 0º 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 #F28E8E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 142 142 -
CMYK 0 0.41 0.41 0.05
HSL 0.79% 0.75% -
HSV(B) 0.41% 0.95% -
XYZ 51.17 40.18 30.65 -
YUV 171.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 242 142 142 0 0.41 0.41 0.05 0 0.79 0.75
Hex F2 8E 8E 0 29 29 5 0 4F 4B
Octal 362 216 216 0 51 51 5 0 117 113
Binary 11110010 10001110 10001110 0 101001 101001 101 0 1001111 1001011

Color Harmonies of #F28E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E8E

Black with #F28E8E

Text Example


Text Example

White with #F28E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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