Html Css Color HEX #F4127B Deep Pink

📋 copy color: '#F4127B'

red 244 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #F4127B

Tints of Deep Pink #F4127B

RGB

 RED value IS 244 (95.7% from 255) = 63.38%

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

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

R = 63.38%
G = 4.68%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F4127B (or 0xF4127B) is known color: Deep Pink. HEX triplet: F4, 12 and 7B. RGB value is (244,18,123). Sum of RGB (Red+Green+Blue) = 244+18+123=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4127B is #0BED84. Grayscale: #616161. Windows color (decimal): -781701 or 8065780. OLE color: 8065780.

HSL color Cylindrical-coordinate representation of color #F4127B: hue angle of 332.12º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4127B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 123 -
CMYK 0 0.93 0.50 0.04
HSL 332.12º 0.91% 0.51% -
HSV(B) 332.12º 0.93% 0.96% -
XYZ 41.1 21.1 20.64 -
YUV 97.54 142.37 232.46 -
System Red Green Blue C M Y K H S L
Decimal 244 18 123 0 0.93 0.50 0.04 332.12 0.91 0.51
Hex F4 12 7B 0 5D 32 4 14C 5B 33
Octal 364 22 173 0 135 62 4 514 133 63
Binary 11110100 10010 1111011 0 1011101 110010 100 101001100 1011011 110011

Color Harmonies of #F4127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4127B

Black with #F4127B

Text Example


Text Example

White with #F4127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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