Html Css Color HEX #F28A8A Sweet Pink

📋 copy color: '#F28A8A'

red 242 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #F28A8A

Tints of Sweet Pink #F28A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 46.72%
G = 26.64%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F28A8A (or 0xF28A8A) is known color: Sweet Pink. HEX triplet: F2, 8A and 8A. RGB value is (242,138,138). Sum of RGB (Red+Green+Blue) = 242+138+138=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28A8A is #0D7575. Grayscale: #A9A9A9. Windows color (decimal): -882038 or 9079538. OLE color: 9079538.

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

Color convert

RGB 242 138 138 -
CMYK 0 0.43 0.43 0.05
HSL 0.8% 0.75% -
HSV(B) 0.43% 0.95% -
XYZ 50.29 38.89 28.9 -
YUV 169.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 242 138 138 0 0.43 0.43 0.05 0 0.8 0.75
Hex F2 8A 8A 0 2B 2B 5 0 50 4B
Octal 362 212 212 0 53 53 5 0 120 113
Binary 11110010 10001010 10001010 0 101011 101011 101 0 1010000 1001011

Color Harmonies of #F28A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A8A

Black with #F28A8A

Text Example


Text Example

White with #F28A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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