Html Css Color HEX #F1127D Deep Pink

📋 copy color: '#F1127D'

red 241 ◦ green 18 ◦ blue 125

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

Shades of Deep Pink #F1127D

Tints of Deep Pink #F1127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 62.76%
G = 4.69%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1127D (or 0xF1127D) is known color: Deep Pink. HEX triplet: F1, 12 and 7D. RGB value is (241,18,125). Sum of RGB (Red+Green+Blue) = 241+18+125=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1127D is #0EED82. Grayscale: #606060. Windows color (decimal): -978307 or 8196849. OLE color: 8196849.

HSL color Cylindrical-coordinate representation of color #F1127D: hue angle of 331.21º 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 #F1127D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 125 -
CMYK 0 0.93 0.48 0.05
HSL 331.21º 0.89% 0.51% -
HSV(B) 331.21º 0.93% 0.95% -
XYZ 40.19 20.61 21.26 -
YUV 96.88 143.88 230.8 -
System Red Green Blue C M Y K H S L
Decimal 241 18 125 0 0.93 0.48 0.05 331.21 0.89 0.51
Hex F1 12 7D 0 5D 30 5 14B 59 33
Octal 361 22 175 0 135 60 5 513 131 63
Binary 11110001 10010 1111101 0 1011101 110000 101 101001011 1011001 110011

Color Harmonies of #F1127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1127D

Black with #F1127D

Text Example


Text Example

White with #F1127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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