Html Css Color HEX #F3137F Deep Pink

📋 copy color: '#F3137F'

red 243 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #F3137F

Tints of Deep Pink #F3137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 62.47%
G = 4.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3137F (or 0xF3137F) is known color: Deep Pink. HEX triplet: F3, 13 and 7F. RGB value is (243,19,127). Sum of RGB (Red+Green+Blue) = 243+19+127=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3137F is #0CEC80. Grayscale: #626262. Windows color (decimal): -846977 or 8328179. OLE color: 8328179.

HSL color Cylindrical-coordinate representation of color #F3137F: hue angle of 331.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3137F is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 127 -
CMYK 0 0.92 0.48 0.05
HSL 331.07º 0.9% 0.51% -
HSV(B) 331.07º 0.92% 0.95% -
XYZ 41.03 21.05 21.98 -
YUV 98.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 243 19 127 0 0.92 0.48 0.05 331.07 0.9 0.51
Hex F3 13 7F 0 5C 30 5 14B 5A 33
Octal 363 23 177 0 134 60 5 513 132 63
Binary 11110011 10011 1111111 0 1011100 110000 101 101001011 1011010 110011

Color Harmonies of #F3137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3137F

Black with #F3137F

Text Example


Text Example

White with #F3137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3137F; }

 p { color: rgb(243,19,127); }

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

background-color css

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

 a { background-color: rgb(243,19,127); }

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

border-color css

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

 span { border-color: rgb(243,19,127); }

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