Html Css Color HEX #F1758F Deep Blush

📋 copy color: '#F1758F'

red 241 ◦ green 117 ◦ blue 143

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

Shades of Deep Blush #F1758F

Tints of Deep Blush #F1758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.35%

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

R = 48.1%
G = 23.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1758F (or 0xF1758F) is known color: Deep Blush. HEX triplet: F1, 75 and 8F. RGB value is (241,117,143). Sum of RGB (Red+Green+Blue) = 241+117+143=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1758F is #0E8A70. Grayscale: #9D9D9D. Windows color (decimal): -952945 or 9401841. OLE color: 9401841.

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

Color convert

RGB 241 117 143 -
CMYK 0 0.51 0.41 0.05
HSL 347.42º 0.82% 0.7% -
HSV(B) 347.42º 0.51% 0.95% -
XYZ 47.59 33.41 29.93 -
YUV 157.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 241 117 143 0 0.51 0.41 0.05 347.42 0.82 0.7
Hex F1 75 8F 0 33 29 5 15B 52 46
Octal 361 165 217 0 63 51 5 533 122 106
Binary 11110001 1110101 10001111 0 110011 101001 101 101011011 1010010 1000110

Color Harmonies of #F1758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1758F

Black with #F1758F

Text Example


Text Example

White with #F1758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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