Html Css Color HEX #F1547F Dark Pink

📋 copy color: '#F1547F'

red 241 ◦ green 84 ◦ blue 127

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

Shades of Dark Pink #F1547F

Tints of Dark Pink #F1547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 53.32%
G = 18.58%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1547F (or 0xF1547F) is known color: Dark Pink. HEX triplet: F1, 54 and 7F. RGB value is (241,84,127). Sum of RGB (Red+Green+Blue) = 241+84+127=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1547F is #0EAB80. Grayscale: #878787. Windows color (decimal): -961409 or 8344817. OLE color: 8344817.

HSL color Cylindrical-coordinate representation of color #F1547F: hue angle of 343.57º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1547F is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 127 -
CMYK 0 0.65 0.47 0.05
HSL 343.57º 0.85% 0.64% -
HSV(B) 343.57º 0.65% 0.95% -
XYZ 43.28 26.57 22.93 -
YUV 135.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 241 84 127 0 0.65 0.47 0.05 343.57 0.85 0.64
Hex F1 54 7F 0 41 2F 5 158 55 40
Octal 361 124 177 0 101 57 5 530 125 100
Binary 11110001 1010100 1111111 0 1000001 101111 101 101011000 1010101 1000000

Color Harmonies of #F1547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1547F

Black with #F1547F

Text Example


Text Example

White with #F1547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1547F; }

 p { color: rgb(241,84,127); }

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

background-color css

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

 a { background-color: rgb(241,84,127); }

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

border-color css

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

 span { border-color: rgb(241,84,127); }

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