Html Css Color HEX #F30081 Deep Pink

📋 copy color: '#F30081'

red 243 ◦ green 0 ◦ blue 129

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

Shades of Deep Pink #F30081

Tints of Deep Pink #F30081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.32%
G = 0%
B = 34.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F30081 (or 0xF30081) is known color: Deep Pink. HEX triplet: F3, 00 and 81. RGB value is (243,0,129). Sum of RGB (Red+Green+Blue) = 243+0+129=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F30081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30081 is #0CFF7E. Grayscale: #575757. Windows color (decimal): -851839 or 8454387. OLE color: 8454387.

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

Color convert

RGB 243 0 129 -
CMYK 0 1 0.47 0.05
HSL 328.15º 1% 0.48% -
HSV(B) 328.15º 1% 0.95% -
XYZ 40.92 20.64 22.6 -
YUV 87.36 151.51 239.01 -
System Red Green Blue C M Y K H S L
Decimal 243 0 129 0 1 0.47 0.05 328.15 1 0.48
Hex F3 0 81 0 64 2F 5 148 64 30
Octal 363 0 201 0 144 57 5 510 144 60
Binary 11110011 0 10000001 0 1100100 101111 101 101001000 1100100 110000

Color Harmonies of #F30081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30081

Black with #F30081

Text Example


Text Example

White with #F30081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30081; }

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

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

background-color css

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

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

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

border-color css

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

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

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