Html Css Color HEX #F3017D Deep Pink

📋 copy color: '#F3017D'

red 243 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #F3017D

Tints of Deep Pink #F3017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 65.85%
G = 0.27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3017D (or 0xF3017D) is known color: Deep Pink. HEX triplet: F3, 01 and 7D. RGB value is (243,1,125). Sum of RGB (Red+Green+Blue) = 243+1+125=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3017D is #0CFE82. Grayscale: #575757. Windows color (decimal): -851587 or 8192499. OLE color: 8192499.

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

Color convert

RGB 243 1 125 -
CMYK 0 1.00 0.49 0.05
HSL 329.26º 0.99% 0.48% -
HSV(B) 329.26º 1% 0.95% -
XYZ 40.67 20.56 21.23 -
YUV 87.49 149.17 238.92 -
System Red Green Blue C M Y K H S L
Decimal 243 1 125 0 1.00 0.49 0.05 329.26 0.99 0.48
Hex F3 1 7D 0 64 31 5 149 63 30
Octal 363 1 175 0 144 61 5 511 143 60
Binary 11110011 1 1111101 0 1100100 110001 101 101001001 1100011 110000

Color Harmonies of #F3017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3017D

Black with #F3017D

Text Example


Text Example

White with #F3017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3017D; }

 p { color: rgb(243,1,125); }

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

background-color css

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

 a { background-color: rgb(243,1,125); }

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

border-color css

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

 span { border-color: rgb(243,1,125); }

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