Html Css Color HEX #F30990 Deep Pink

📋 copy color: '#F30990'

red 243 ◦ green 9 ◦ blue 144

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

Shades of Deep Pink #F30990

Tints of Deep Pink #F30990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

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

R = 61.36%
G = 2.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F30990 (or 0xF30990) is known color: Deep Pink. HEX triplet: F3, 09 and 90. RGB value is (243,9,144). Sum of RGB (Red+Green+Blue) = 243+9+144=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F30990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30990 is #0CF66F. Grayscale: #5E5E5E. Windows color (decimal): -849520 or 9439731. OLE color: 9439731.

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

Color convert

RGB 243 9 144 -
CMYK 0 0.96 0.41 0.05
HSL 325.38º 0.93% 0.49% -
HSV(B) 325.38º 0.96% 0.95% -
XYZ 42.09 21.26 28.27 -
YUV 94.36 156.02 234.02 -
System Red Green Blue C M Y K H S L
Decimal 243 9 144 0 0.96 0.41 0.05 325.38 0.93 0.49
Hex F3 9 90 0 60 29 5 145 5D 31
Octal 363 11 220 0 140 51 5 505 135 61
Binary 11110011 1001 10010000 0 1100000 101001 101 101000101 1011101 110001

Color Harmonies of #F30990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30990

Black with #F30990

Text Example


Text Example

White with #F30990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30990; }

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

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

background-color css

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

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

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

border-color css

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

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

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