Html Css Color HEX #F1938F Sweet Pink

📋 copy color: '#F1938F'

red 241 ◦ green 147 ◦ blue 143

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

Shades of Sweet Pink #F1938F

Tints of Sweet Pink #F1938F

RGB

 RED value IS 241 (94.53% from 255) = 45.39%

 GREEN value IS 147 (57.81% from 255) = 27.68%

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

R = 45.39%
G = 27.68%
B = 26.93%

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

#F1938F (or 0xF1938F) is known color: Sweet Pink. HEX triplet: F1, 93 and 8F. RGB value is (241,147,143). Sum of RGB (Red+Green+Blue) = 241+147+143=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1938F is #0E6C70. Grayscale: #AEAEAE. Windows color (decimal): -945265 or 9409521. OLE color: 9409521.

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

Color convert

RGB 241 147 143 -
CMYK 0 0.39 0.41 0.05
HSL 2.45º 0.78% 0.75% -
HSV(B) 2.45º 0.41% 0.95% -
XYZ 51.67 41.55 31.28 -
YUV 174.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 241 147 143 0 0.39 0.41 0.05 2.45 0.78 0.75
Hex F1 93 8F 0 27 29 5 2 4E 4B
Octal 361 223 217 0 47 51 5 2 116 113
Binary 11110001 10010011 10001111 0 100111 101001 101 10 1001110 1001011

Color Harmonies of #F1938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1938F

Black with #F1938F

Text Example


Text Example

White with #F1938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1938F; }

 p { color: rgb(241,147,143); }

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

background-color css

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

 a { background-color: rgb(241,147,143); }

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

border-color css

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

 span { border-color: rgb(241,147,143); }

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