Html Css Color HEX #F3027C Deep Pink

📋 copy color: '#F3027C'

red 243 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #F3027C

Tints of Deep Pink #F3027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 65.85%
G = 0.54%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3027C (or 0xF3027C) is known color: Deep Pink. HEX triplet: F3, 02 and 7C. RGB value is (243,2,124). Sum of RGB (Red+Green+Blue) = 243+2+124=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3027C is #0CFD83. Grayscale: #575757. Windows color (decimal): -851332 or 8127219. OLE color: 8127219.

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

Color convert

RGB 243 2 124 -
CMYK 0 0.99 0.49 0.05
HSL 329.63º 0.98% 0.48% -
HSV(B) 329.63º 0.99% 0.95% -
XYZ 40.62 20.55 20.89 -
YUV 87.97 148.34 238.58 -
System Red Green Blue C M Y K H S L
Decimal 243 2 124 0 0.99 0.49 0.05 329.63 0.98 0.48
Hex F3 2 7C 0 63 31 5 14A 62 30
Octal 363 2 174 0 143 61 5 512 142 60
Binary 11110011 10 1111100 0 1100011 110001 101 101001010 1100010 110000

Color Harmonies of #F3027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3027C

Black with #F3027C

Text Example


Text Example

White with #F3027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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