Html Css Color HEX #F3127B Deep Pink

📋 copy color: '#F3127B'

red 243 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #F3127B

Tints of Deep Pink #F3127B

RGB

 RED value IS 243 (95.31% from 255) = 63.28%

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

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

R = 63.28%
G = 4.69%
B = 32.03%

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

#F3127B (or 0xF3127B) is known color: Deep Pink. HEX triplet: F3, 12 and 7B. RGB value is (243,18,123). Sum of RGB (Red+Green+Blue) = 243+18+123=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3127B is #0CED84. Grayscale: #616161. Windows color (decimal): -847237 or 8065779. OLE color: 8065779.

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

Color convert

RGB 243 18 123 -
CMYK 0 0.93 0.49 0.05
HSL 332º 0.9% 0.51% -
HSV(B) 332º 0.93% 0.95% -
XYZ 40.75 20.92 20.63 -
YUV 97.25 142.54 231.96 -
System Red Green Blue C M Y K H S L
Decimal 243 18 123 0 0.93 0.49 0.05 332 0.9 0.51
Hex F3 12 7B 0 5D 31 5 14C 5A 33
Octal 363 22 173 0 135 61 5 514 132 63
Binary 11110011 10010 1111011 0 1011101 110001 101 101001100 1011010 110011

Color Harmonies of #F3127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3127B

Black with #F3127B

Text Example


Text Example

White with #F3127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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