Html Css Color HEX #F1938D Sweet Pink

📋 copy color: '#F1938D'

red 241 ◦ green 147 ◦ blue 141

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

Shades of Sweet Pink #F1938D

Tints of Sweet Pink #F1938D

RGB

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

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

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

R = 45.56%
G = 27.79%
B = 26.65%

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

#F1938D (or 0xF1938D) is known color: Sweet Pink. HEX triplet: F1, 93 and 8D. RGB value is (241,147,141). Sum of RGB (Red+Green+Blue) = 241+147+141=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1938D is #0E6C72. Grayscale: #AEAEAE. Windows color (decimal): -945267 or 9278449. OLE color: 9278449.

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

Color convert

RGB 241 147 141 -
CMYK 0 0.39 0.41 0.05
HSL 3.6º 0.78% 0.75% -
HSV(B) 3.6º 0.41% 0.95% -
XYZ 51.52 41.49 30.49 -
YUV 174.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 241 147 141 0 0.39 0.41 0.05 3.6 0.78 0.75
Hex F1 93 8D 0 27 29 5 4 4E 4B
Octal 361 223 215 0 47 51 5 4 116 113
Binary 11110001 10010011 10001101 0 100111 101001 101 100 1001110 1001011

Color Harmonies of #F1938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1938D

Black with #F1938D

Text Example


Text Example

White with #F1938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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