Html Css Color HEX #F28F8B Sweet Pink

📋 copy color: '#F28F8B'

red 242 ◦ green 143 ◦ blue 139

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

Shades of Sweet Pink #F28F8B

Tints of Sweet Pink #F28F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 46.18%
G = 27.29%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28F8B (or 0xF28F8B) is known color: Sweet Pink. HEX triplet: F2, 8F and 8B. RGB value is (242,143,139). Sum of RGB (Red+Green+Blue) = 242+143+139=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F8B is #0D7074. Grayscale: #ACACAC. Windows color (decimal): -880757 or 9146354. OLE color: 9146354.

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

Color convert

RGB 242 143 139 -
CMYK 0 0.41 0.43 0.05
HSL 2.33º 0.8% 0.75% -
HSV(B) 2.33º 0.43% 0.95% -
XYZ 51.1 40.39 29.53 -
YUV 172.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 242 143 139 0 0.41 0.43 0.05 2.33 0.8 0.75
Hex F2 8F 8B 0 29 2B 5 2 50 4B
Octal 362 217 213 0 51 53 5 2 120 113
Binary 11110010 10001111 10001011 0 101001 101011 101 10 1010000 1001011

Color Harmonies of #F28F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F8B

Black with #F28F8B

Text Example


Text Example

White with #F28F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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