Html Css Color HEX #F3187F Deep Pink

📋 copy color: '#F3187F'

red 243 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #F3187F

Tints of Deep Pink #F3187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

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

R = 61.68%
G = 6.09%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3187F (or 0xF3187F) is known color: Deep Pink. HEX triplet: F3, 18 and 7F. RGB value is (243,24,127). Sum of RGB (Red+Green+Blue) = 243+24+127=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F3187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3187F is #0CE780. Grayscale: #656565. Windows color (decimal): -845697 or 8329459. OLE color: 8329459.

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

Color convert

RGB 243 24 127 -
CMYK 0 0.90 0.48 0.05
HSL 331.78º 0.9% 0.52% -
HSV(B) 331.78º 0.9% 0.95% -
XYZ 41.12 21.24 22.01 -
YUV 101.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 243 24 127 0 0.90 0.48 0.05 331.78 0.9 0.52
Hex F3 18 7F 0 5A 30 5 14C 5A 34
Octal 363 30 177 0 132 60 5 514 132 64
Binary 11110011 11000 1111111 0 1011010 110000 101 101001100 1011010 110100

Color Harmonies of #F3187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3187F

Black with #F3187F

Text Example


Text Example

White with #F3187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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