Html Css Color HEX #F3117C Deep Pink

📋 copy color: '#F3117C'

red 243 ◦ green 17 ◦ blue 124

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

Shades of Deep Pink #F3117C

Tints of Deep Pink #F3117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 63.28%
G = 4.43%
B = 32.29%

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

#F3117C (or 0xF3117C) is known color: Deep Pink. HEX triplet: F3, 11 and 7C. RGB value is (243,17,124). Sum of RGB (Red+Green+Blue) = 243+17+124=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3117C is #0CEE83. Grayscale: #606060. Windows color (decimal): -847492 or 8131059. OLE color: 8131059.

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

Color convert

RGB 243 17 124 -
CMYK 0 0.93 0.49 0.05
HSL 331.59º 0.9% 0.51% -
HSV(B) 331.59º 0.93% 0.95% -
XYZ 40.8 20.91 20.95 -
YUV 96.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 243 17 124 0 0.93 0.49 0.05 331.59 0.9 0.51
Hex F3 11 7C 0 5D 31 5 14C 5A 33
Octal 363 21 174 0 135 61 5 514 132 63
Binary 11110011 10001 1111100 0 1011101 110001 101 101001100 1011010 110011

Color Harmonies of #F3117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3117C

Black with #F3117C

Text Example


Text Example

White with #F3117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3117C; }

 p { color: rgb(243,17,124); }

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

background-color css

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

 a { background-color: rgb(243,17,124); }

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

border-color css

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

 span { border-color: rgb(243,17,124); }

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