Html Css Color HEX #F30582 Deep Pink

📋 copy color: '#F30582'

red 243 ◦ green 5 ◦ blue 130

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

Shades of Deep Pink #F30582

Tints of Deep Pink #F30582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 64.29%
G = 1.32%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F30582 (or 0xF30582) is known color: Deep Pink. HEX triplet: F3, 05 and 82. RGB value is (243,5,130). Sum of RGB (Red+Green+Blue) = 243+5+130=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F30582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30582 is #0CFA7D. Grayscale: #5A5A5A. Windows color (decimal): -850558 or 8521203. OLE color: 8521203.

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

Color convert

RGB 243 5 130 -
CMYK 0 0.98 0.47 0.05
HSL 328.49º 0.96% 0.49% -
HSV(B) 328.49º 0.98% 0.95% -
XYZ 41.05 20.77 22.97 -
YUV 90.41 150.35 236.84 -
System Red Green Blue C M Y K H S L
Decimal 243 5 130 0 0.98 0.47 0.05 328.49 0.96 0.49
Hex F3 5 82 0 62 2F 5 148 60 31
Octal 363 5 202 0 142 57 5 510 140 61
Binary 11110011 101 10000010 0 1100010 101111 101 101001000 1100000 110001

Color Harmonies of #F30582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30582

Black with #F30582

Text Example


Text Example

White with #F30582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30582; }

 p { color: rgb(243,5,130); }

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

background-color css

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

 a { background-color: rgb(243,5,130); }

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

border-color css

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

 span { border-color: rgb(243,5,130); }

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