Html Css Color HEX #F1567A Dark Pink

📋 copy color: '#F1567A'

red 241 ◦ green 86 ◦ blue 122

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

Shades of Dark Pink #F1567A

Tints of Dark Pink #F1567A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 53.67%
G = 19.15%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1567A (or 0xF1567A) is known color: Dark Pink. HEX triplet: F1, 56 and 7A. RGB value is (241,86,122). Sum of RGB (Red+Green+Blue) = 241+86+122=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1567A is #0EA985. Grayscale: #888888. Windows color (decimal): -960902 or 8017649. OLE color: 8017649.

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

Color convert

RGB 241 86 122 -
CMYK 0 0.64 0.49 0.05
HSL 346.06º 0.85% 0.64% -
HSV(B) 346.06º 0.64% 0.95% -
XYZ 43.12 26.76 21.31 -
YUV 136.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 241 86 122 0 0.64 0.49 0.05 346.06 0.85 0.64
Hex F1 56 7A 0 40 31 5 15A 55 40
Octal 361 126 172 0 100 61 5 532 125 100
Binary 11110001 1010110 1111010 0 1000000 110001 101 101011010 1010101 1000000

Color Harmonies of #F1567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1567A

Black with #F1567A

Text Example


Text Example

White with #F1567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1567A; }

 p { color: rgb(241,86,122); }

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

background-color css

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

 a { background-color: rgb(241,86,122); }

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

border-color css

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

 span { border-color: rgb(241,86,122); }

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