Html Css Color HEX #F1127B Deep Pink

📋 copy color: '#F1127B'

red 241 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #F1127B

Tints of Deep Pink #F1127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 63.09%
G = 4.71%
B = 32.2%

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

#F1127B (or 0xF1127B) is known color: Deep Pink. HEX triplet: F1, 12 and 7B. RGB value is (241,18,123). Sum of RGB (Red+Green+Blue) = 241+18+123=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1127B is #0EED84. Grayscale: #606060. Windows color (decimal): -978309 or 8065777. OLE color: 8065777.

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

Color convert

RGB 241 18 123 -
CMYK 0 0.93 0.49 0.05
HSL 331.75º 0.89% 0.51% -
HSV(B) 331.75º 0.93% 0.95% -
XYZ 40.07 20.56 20.6 -
YUV 96.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 241 18 123 0 0.93 0.49 0.05 331.75 0.89 0.51
Hex F1 12 7B 0 5D 31 5 14C 59 33
Octal 361 22 173 0 135 61 5 514 131 63
Binary 11110001 10010 1111011 0 1011101 110001 101 101001100 1011001 110011

Color Harmonies of #F1127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1127B

Black with #F1127B

Text Example


Text Example

White with #F1127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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