Html Css Color HEX #F1446F Dark Pink

📋 copy color: '#F1446F'

red 241 ◦ green 68 ◦ blue 111

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

Shades of Dark Pink #F1446F

Tints of Dark Pink #F1446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 57.38%
G = 16.19%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1446F (or 0xF1446F) is known color: Dark Pink. HEX triplet: F1, 44 and 6F. RGB value is (241,68,111). Sum of RGB (Red+Green+Blue) = 241+68+111=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1446F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1446F is #0EBB90. Grayscale: #7C7C7C. Windows color (decimal): -965521 or 7292145. OLE color: 7292145.

HSL color Cylindrical-coordinate representation of color #F1446F: hue angle of 345.09º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1446F is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 111 -
CMYK 0 0.72 0.54 0.05
HSL 345.09º 0.86% 0.61% -
HSV(B) 345.09º 0.72% 0.95% -
XYZ 41.21 23.98 17.5 -
YUV 124.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 241 68 111 0 0.72 0.54 0.05 345.09 0.86 0.61
Hex F1 44 6F 0 48 36 5 159 56 3D
Octal 361 104 157 0 110 66 5 531 126 75
Binary 11110001 1000100 1101111 0 1001000 110110 101 101011001 1010110 111101

Color Harmonies of #F1446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1446F

Black with #F1446F

Text Example


Text Example

White with #F1446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1446F; }

 p { color: rgb(241,68,111); }

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

background-color css

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

 a { background-color: rgb(241,68,111); }

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

border-color css

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

 span { border-color: rgb(241,68,111); }

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