Html Css Color HEX #F30581 Deep Pink

📋 copy color: '#F30581'

red 243 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #F30581

Tints of Deep Pink #F30581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 64.46%
G = 1.33%
B = 34.22%

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

#F30581 (or 0xF30581) is known color: Deep Pink. HEX triplet: F3, 05 and 81. RGB value is (243,5,129). Sum of RGB (Red+Green+Blue) = 243+5+129=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F30581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30581 is #0CFA7E. Grayscale: #5A5A5A. Windows color (decimal): -850559 or 8455667. OLE color: 8455667.

HSL color Cylindrical-coordinate representation of color #F30581: hue angle of 328.74º 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 #F30581 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 5 129 -
CMYK 0 0.98 0.47 0.05
HSL 328.74º 0.96% 0.49% -
HSV(B) 328.74º 0.98% 0.95% -
XYZ 40.98 20.75 22.61 -
YUV 90.3 149.85 236.92 -
System Red Green Blue C M Y K H S L
Decimal 243 5 129 0 0.98 0.47 0.05 328.74 0.96 0.49
Hex F3 5 81 0 62 2F 5 149 60 31
Octal 363 5 201 0 142 57 5 511 140 61
Binary 11110011 101 10000001 0 1100010 101111 101 101001001 1100000 110001

Color Harmonies of #F30581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30581

Black with #F30581

Text Example


Text Example

White with #F30581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30581; }

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

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

background-color css

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

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

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

border-color css

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

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

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