Html Css Color HEX #F2948C Sweet Pink

📋 copy color: '#F2948C'

red 242 ◦ green 148 ◦ blue 140

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

Shades of Sweet Pink #F2948C

Tints of Sweet Pink #F2948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

 BLUE value IS 140 (55.08% from 255) = 26.42%

R = 45.66%
G = 27.92%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2948C (or 0xF2948C) is known color: Sweet Pink. HEX triplet: F2, 94 and 8C. RGB value is (242,148,140). Sum of RGB (Red+Green+Blue) = 242+148+140=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2948C is #0D6B73. Grayscale: #AFAFAF. Windows color (decimal): -879476 or 9213170. OLE color: 9213170.

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

Color convert

RGB 242 148 140 -
CMYK 0 0.39 0.42 0.05
HSL 4.71º 0.8% 0.75% -
HSV(B) 4.71º 0.42% 0.95% -
XYZ 51.94 41.95 30.17 -
YUV 175.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 242 148 140 0 0.39 0.42 0.05 4.71 0.8 0.75
Hex F2 94 8C 0 27 2A 5 5 50 4B
Octal 362 224 214 0 47 52 5 5 120 113
Binary 11110010 10010100 10001100 0 100111 101010 101 101 1010000 1001011

Color Harmonies of #F2948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2948C

Black with #F2948C

Text Example


Text Example

White with #F2948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2948C; }

 p { color: rgb(242,148,140); }

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

background-color css

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

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

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

border-color css

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

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

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