Html Css Color HEX #F2948F Sweet Pink

📋 copy color: '#F2948F'

red 242 ◦ green 148 ◦ blue 143

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

Shades of Sweet Pink #F2948F

Tints of Sweet Pink #F2948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 45.4%
G = 27.77%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2948F (or 0xF2948F) is known color: Sweet Pink. HEX triplet: F2, 94 and 8F. RGB value is (242,148,143). Sum of RGB (Red+Green+Blue) = 242+148+143=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2948F is #0D6B70. Grayscale: #AFAFAF. Windows color (decimal): -879473 or 9409778. OLE color: 9409778.

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

Color convert

RGB 242 148 143 -
CMYK 0 0.39 0.41 0.05
HSL 3.03º 0.79% 0.75% -
HSV(B) 3.03º 0.41% 0.95% -
XYZ 52.17 42.04 31.35 -
YUV 175.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 242 148 143 0 0.39 0.41 0.05 3.03 0.79 0.75
Hex F2 94 8F 0 27 29 5 3 4F 4B
Octal 362 224 217 0 47 51 5 3 117 113
Binary 11110010 10010100 10001111 0 100111 101001 101 11 1001111 1001011

Color Harmonies of #F2948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2948F

Black with #F2948F

Text Example


Text Example

White with #F2948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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