Html Css Color HEX #F1768D Deep Blush

📋 copy color: '#F1768D'

red 241 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #F1768D

Tints of Deep Blush #F1768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.6%

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

R = 48.2%
G = 23.6%
B = 28.2%

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

#F1768D (or 0xF1768D) is known color: Deep Blush. HEX triplet: F1, 76 and 8D. RGB value is (241,118,141). Sum of RGB (Red+Green+Blue) = 241+118+141=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1768D is #0E8972. Grayscale: #9D9D9D. Windows color (decimal): -952691 or 9271025. OLE color: 9271025.

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

Color convert

RGB 241 118 141 -
CMYK 0 0.51 0.41 0.05
HSL 348.78º 0.81% 0.7% -
HSV(B) 348.78º 0.51% 0.95% -
XYZ 47.56 33.58 29.17 -
YUV 157.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 241 118 141 0 0.51 0.41 0.05 348.78 0.81 0.7
Hex F1 76 8D 0 33 29 5 15D 51 46
Octal 361 166 215 0 63 51 5 535 121 106
Binary 11110001 1110110 10001101 0 110011 101001 101 101011101 1010001 1000110

Color Harmonies of #F1768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1768D

Black with #F1768D

Text Example


Text Example

White with #F1768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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