Html Css Color HEX #F42683 Deep Pink

📋 copy color: '#F42683'

red 244 ◦ green 38 ◦ blue 131

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

Shades of Deep Pink #F42683

Tints of Deep Pink #F42683

RGB

 RED value IS 244 (95.7% from 255) = 59.08%

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

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

R = 59.08%
G = 9.2%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F42683 (or 0xF42683) is known color: Deep Pink. HEX triplet: F4, 26 and 83. RGB value is (244,38,131). Sum of RGB (Red+Green+Blue) = 244+38+131=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F42683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42683 is #0BD97C. Grayscale: #6E6E6E. Windows color (decimal): -776573 or 8595188. OLE color: 8595188.

HSL color Cylindrical-coordinate representation of color #F42683: hue angle of 332.91º degrees, saturation: 0.9, 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 #F42683 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 131 -
CMYK 0 0.84 0.46 0.04
HSL 332.91º 0.9% 0.55% -
HSV(B) 332.91º 0.84% 0.96% -
XYZ 42.1 22.26 23.55 -
YUV 110.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 244 38 131 0 0.84 0.46 0.04 332.91 0.9 0.55
Hex F4 26 83 0 54 2E 4 14D 5A 37
Octal 364 46 203 0 124 56 4 515 132 67
Binary 11110100 100110 10000011 0 1010100 101110 100 101001101 1011010 110111

Color Harmonies of #F42683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42683

Black with #F42683

Text Example


Text Example

White with #F42683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42683; }

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

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

background-color css

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

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

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

border-color css

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

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

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