Html Css Color HEX #F2918D Sweet Pink

📋 copy color: '#F2918D'

red 242 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #F2918D

Tints of Sweet Pink #F2918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 45.83%
G = 27.46%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2918D (or 0xF2918D) is known color: Sweet Pink. HEX triplet: F2, 91 and 8D. RGB value is (242,145,141). Sum of RGB (Red+Green+Blue) = 242+145+141=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2918D is #0D6E72. Grayscale: #ADADAD. Windows color (decimal): -880243 or 9277938. OLE color: 9277938.

HSL color Cylindrical-coordinate representation of color #F2918D: hue angle of 2.38º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2918D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 141 -
CMYK 0 0.40 0.42 0.05
HSL 2.38º 0.8% 0.75% -
HSV(B) 2.38º 0.42% 0.95% -
XYZ 51.55 41.05 30.41 -
YUV 173.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 242 145 141 0 0.40 0.42 0.05 2.38 0.8 0.75
Hex F2 91 8D 0 28 2A 5 2 50 4B
Octal 362 221 215 0 50 52 5 2 120 113
Binary 11110010 10010001 10001101 0 101000 101010 101 10 1010000 1001011

Color Harmonies of #F2918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2918D

Black with #F2918D

Text Example


Text Example

White with #F2918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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