Html Css Color HEX #F32490 Deep Pink

📋 copy color: '#F32490'

red 243 ◦ green 36 ◦ blue 144

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

Shades of Deep Pink #F32490

Tints of Deep Pink #F32490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

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

R = 57.45%
G = 8.51%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F32490 (or 0xF32490) is known color: Deep Pink. HEX triplet: F3, 24 and 90. RGB value is (243,36,144). Sum of RGB (Red+Green+Blue) = 243+36+144=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F32490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32490 is #0CDB6F. Grayscale: #6D6D6D. Windows color (decimal): -842608 or 9446643. OLE color: 9446643.

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

Color convert

RGB 243 36 144 -
CMYK 0 0.85 0.41 0.05
HSL 328.7º 0.9% 0.55% -
HSV(B) 328.7º 0.85% 0.95% -
XYZ 42.63 22.33 28.45 -
YUV 110.21 147.08 222.72 -
System Red Green Blue C M Y K H S L
Decimal 243 36 144 0 0.85 0.41 0.05 328.7 0.9 0.55
Hex F3 24 90 0 55 29 5 149 5A 37
Octal 363 44 220 0 125 51 5 511 132 67
Binary 11110011 100100 10010000 0 1010101 101001 101 101001001 1011010 110111

Color Harmonies of #F32490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32490

Black with #F32490

Text Example


Text Example

White with #F32490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32490; }

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

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

background-color css

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

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

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

border-color css

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

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

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