Html Css Color HEX #F1127A Deep Pink

📋 copy color: '#F1127A'

red 241 ◦ green 18 ◦ blue 122

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

Shades of Deep Pink #F1127A

Tints of Deep Pink #F1127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.72%

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

R = 63.25%
G = 4.72%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1127A (or 0xF1127A) is known color: Deep Pink. HEX triplet: F1, 12 and 7A. RGB value is (241,18,122). Sum of RGB (Red+Green+Blue) = 241+18+122=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1127A is #0EED85. Grayscale: #606060. Windows color (decimal): -978310 or 8000241. OLE color: 8000241.

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

Color convert

RGB 241 18 122 -
CMYK 0 0.93 0.49 0.05
HSL 332.02º 0.89% 0.51% -
HSV(B) 332.02º 0.93% 0.95% -
XYZ 40 20.54 20.27 -
YUV 96.53 142.38 231.04 -
System Red Green Blue C M Y K H S L
Decimal 241 18 122 0 0.93 0.49 0.05 332.02 0.89 0.51
Hex F1 12 7A 0 5D 31 5 14C 59 33
Octal 361 22 172 0 135 61 5 514 131 63
Binary 11110001 10010 1111010 0 1011101 110001 101 101001100 1011001 110011

Color Harmonies of #F1127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1127A

Black with #F1127A

Text Example


Text Example

White with #F1127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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