Html Css Color HEX #F2918E Sweet Pink

📋 copy color: '#F2918E'

red 242 ◦ green 145 ◦ blue 142

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

Shades of Sweet Pink #F2918E

Tints of Sweet Pink #F2918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.41%

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

R = 45.75%
G = 27.41%
B = 26.84%

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

#F2918E (or 0xF2918E) is known color: Sweet Pink. HEX triplet: F2, 91 and 8E. RGB value is (242,145,142). Sum of RGB (Red+Green+Blue) = 242+145+142=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2918E is #0D6E71. Grayscale: #ADADAD. Windows color (decimal): -880242 or 9343474. OLE color: 9343474.

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

Color convert

RGB 242 145 142 -
CMYK 0 0.40 0.41 0.05
HSL 1.8º 0.79% 0.75% -
HSV(B) 1.8º 0.41% 0.95% -
XYZ 51.63 41.08 30.8 -
YUV 173.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 242 145 142 0 0.40 0.41 0.05 1.8 0.79 0.75
Hex F2 91 8E 0 28 29 5 2 4F 4B
Octal 362 221 216 0 50 51 5 2 117 113
Binary 11110010 10010001 10001110 0 101000 101001 101 10 1001111 1001011

Color Harmonies of #F2918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2918E

Black with #F2918E

Text Example


Text Example

White with #F2918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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