Html Css Color HEX #F1638F Deep Blush

📋 copy color: '#F1638F'

red 241 ◦ green 99 ◦ blue 143

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

Shades of Deep Blush #F1638F

Tints of Deep Blush #F1638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 49.9%
G = 20.5%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1638F (or 0xF1638F) is known color: Deep Blush. HEX triplet: F1, 63 and 8F. RGB value is (241,99,143). Sum of RGB (Red+Green+Blue) = 241+99+143=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1638F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1638F is #0E9C70. Grayscale: #929292. Windows color (decimal): -957553 or 9397233. OLE color: 9397233.

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

Color convert

RGB 241 99 143 -
CMYK 0 0.59 0.41 0.05
HSL 341.41º 0.84% 0.67% -
HSV(B) 341.41º 0.59% 0.95% -
XYZ 45.7 29.61 29.29 -
YUV 146.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 241 99 143 0 0.59 0.41 0.05 341.41 0.84 0.67
Hex F1 63 8F 0 3B 29 5 155 54 43
Octal 361 143 217 0 73 51 5 525 124 103
Binary 11110001 1100011 10001111 0 111011 101001 101 101010101 1010100 1000011

Color Harmonies of #F1638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1638F

Black with #F1638F

Text Example


Text Example

White with #F1638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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