Html Css Color HEX #F1938E Sweet Pink

📋 copy color: '#F1938E'

red 241 ◦ green 147 ◦ blue 142

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

Shades of Sweet Pink #F1938E

Tints of Sweet Pink #F1938E

RGB

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

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

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

R = 45.47%
G = 27.74%
B = 26.79%

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

#F1938E (or 0xF1938E) is known color: Sweet Pink. HEX triplet: F1, 93 and 8E. RGB value is (241,147,142). Sum of RGB (Red+Green+Blue) = 241+147+142=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1938E is #0E6C71. Grayscale: #AEAEAE. Windows color (decimal): -945266 or 9343985. OLE color: 9343985.

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

Color convert

RGB 241 147 142 -
CMYK 0 0.39 0.41 0.05
HSL 3.03º 0.78% 0.75% -
HSV(B) 3.03º 0.41% 0.95% -
XYZ 51.59 41.52 30.89 -
YUV 174.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 241 147 142 0 0.39 0.41 0.05 3.03 0.78 0.75
Hex F1 93 8E 0 27 29 5 3 4E 4B
Octal 361 223 216 0 47 51 5 3 116 113
Binary 11110001 10010011 10001110 0 100111 101001 101 11 1001110 1001011

Color Harmonies of #F1938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1938E

Black with #F1938E

Text Example


Text Example

White with #F1938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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