Html Css Color HEX #F2908E Sweet Pink

📋 copy color: '#F2908E'

red 242 ◦ green 144 ◦ blue 142

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

Shades of Sweet Pink #F2908E

Tints of Sweet Pink #F2908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

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

R = 45.83%
G = 27.27%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2908E (or 0xF2908E) is known color: Sweet Pink. HEX triplet: F2, 90 and 8E. RGB value is (242,144,142). Sum of RGB (Red+Green+Blue) = 242+144+142=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2908E is #0D6F71. Grayscale: #ADADAD. Windows color (decimal): -880498 or 9343218. OLE color: 9343218.

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

Color convert

RGB 242 144 142 -
CMYK 0 0.40 0.41 0.05
HSL 1.2º 0.79% 0.75% -
HSV(B) 1.2º 0.41% 0.95% -
XYZ 51.47 40.78 30.75 -
YUV 173.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 242 144 142 0 0.40 0.41 0.05 1.2 0.79 0.75
Hex F2 90 8E 0 28 29 5 1 4F 4B
Octal 362 220 216 0 50 51 5 1 117 113
Binary 11110010 10010000 10001110 0 101000 101001 101 1 1001111 1001011

Color Harmonies of #F2908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2908E

Black with #F2908E

Text Example


Text Example

White with #F2908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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