Html Css Color HEX #F32090 Deep Pink

📋 copy color: '#F32090'

red 243 ◦ green 32 ◦ blue 144

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

Shades of Deep Pink #F32090

Tints of Deep Pink #F32090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 58%
G = 7.64%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F32090 (or 0xF32090) is known color: Deep Pink. HEX triplet: F3, 20 and 90. RGB value is (243,32,144). Sum of RGB (Red+Green+Blue) = 243+32+144=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F32090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32090 is #0CDF6F. Grayscale: #6B6B6B. Windows color (decimal): -843632 or 9445619. OLE color: 9445619.

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

Color convert

RGB 243 32 144 -
CMYK 0 0.87 0.41 0.05
HSL 328.15º 0.9% 0.54% -
HSV(B) 328.15º 0.87% 0.95% -
XYZ 42.51 22.1 28.41 -
YUV 107.86 148.4 224.39 -
System Red Green Blue C M Y K H S L
Decimal 243 32 144 0 0.87 0.41 0.05 328.15 0.9 0.54
Hex F3 20 90 0 57 29 5 148 5A 36
Octal 363 40 220 0 127 51 5 510 132 66
Binary 11110011 100000 10010000 0 1010111 101001 101 101001000 1011010 110110

Color Harmonies of #F32090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32090

Black with #F32090

Text Example


Text Example

White with #F32090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32090; }

 p { color: rgb(243,32,144); }

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

background-color css

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

 a { background-color: rgb(243,32,144); }

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

border-color css

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

 span { border-color: rgb(243,32,144); }

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