Html Css Color HEX #F52683 Deep Pink

📋 copy color: '#F52683'

red 245 ◦ green 38 ◦ blue 131

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

Shades of Deep Pink #F52683

Tints of Deep Pink #F52683

RGB

 RED value IS 245 (96.09% from 255) = 59.18%

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 59.18%
G = 9.18%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F52683 (or 0xF52683) is known color: Deep Pink. HEX triplet: F5, 26 and 83. RGB value is (245,38,131). Sum of RGB (Red+Green+Blue) = 245+38+131=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F52683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52683 is #0AD97C. Grayscale: #6E6E6E. Windows color (decimal): -711037 or 8595189. OLE color: 8595189.

HSL color Cylindrical-coordinate representation of color #F52683: hue angle of 333.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52683 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 131 -
CMYK 0 0.84 0.47 0.04
HSL 333.04º 0.91% 0.55% -
HSV(B) 333.04º 0.84% 0.96% -
XYZ 42.45 22.44 23.57 -
YUV 110.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 245 38 131 0 0.84 0.47 0.04 333.04 0.91 0.55
Hex F5 26 83 0 54 2F 4 14D 5B 37
Octal 365 46 203 0 124 57 4 515 133 67
Binary 11110101 100110 10000011 0 1010100 101111 100 101001101 1011011 110111

Color Harmonies of #F52683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52683

Black with #F52683

Text Example


Text Example

White with #F52683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52683; }

 p { color: rgb(245,38,131); }

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

background-color css

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

 a { background-color: rgb(245,38,131); }

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

border-color css

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

 span { border-color: rgb(245,38,131); }

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