Html Css Color HEX #F1738A Deep Blush

📋 copy color: '#F1738A'

red 241 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #F1738A

Tints of Deep Blush #F1738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.28%

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 48.79%
G = 23.28%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1738A (or 0xF1738A) is known color: Deep Blush. HEX triplet: F1, 73 and 8A. RGB value is (241,115,138). Sum of RGB (Red+Green+Blue) = 241+115+138=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1738A is #0E8C75. Grayscale: #9B9B9B. Windows color (decimal): -953462 or 9073649. OLE color: 9073649.

HSL color Cylindrical-coordinate representation of color #F1738A: hue angle of 349.05º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1738A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 138 -
CMYK 0 0.52 0.43 0.05
HSL 349.05º 0.82% 0.7% -
HSV(B) 349.05º 0.52% 0.95% -
XYZ 46.99 32.8 27.9 -
YUV 155.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 241 115 138 0 0.52 0.43 0.05 349.05 0.82 0.7
Hex F1 73 8A 0 34 2B 5 15D 52 46
Octal 361 163 212 0 64 53 5 535 122 106
Binary 11110001 1110011 10001010 0 110100 101011 101 101011101 1010010 1000110

Color Harmonies of #F1738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1738A

Black with #F1738A

Text Example


Text Example

White with #F1738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1738A; }

 p { color: rgb(241,115,138); }

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

background-color css

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

 a { background-color: rgb(241,115,138); }

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

border-color css

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

 span { border-color: rgb(241,115,138); }

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