Html Css Color HEX #F30F81 Deep Pink

📋 copy color: '#F30F81'

red 243 ◦ green 15 ◦ blue 129

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

Shades of Deep Pink #F30F81

Tints of Deep Pink #F30F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

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

R = 62.79%
G = 3.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F30F81 (or 0xF30F81) is known color: Deep Pink. HEX triplet: F3, 0F and 81. RGB value is (243,15,129). Sum of RGB (Red+Green+Blue) = 243+15+129=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30F81 is #0CF07E. Grayscale: #5F5F5F. Windows color (decimal): -847999 or 8458227. OLE color: 8458227.

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

Color convert

RGB 243 15 129 -
CMYK 0 0.94 0.47 0.05
HSL 330º 0.9% 0.51% -
HSV(B) 330º 0.94% 0.95% -
XYZ 41.1 20.98 22.65 -
YUV 96.17 146.54 232.73 -
System Red Green Blue C M Y K H S L
Decimal 243 15 129 0 0.94 0.47 0.05 330 0.9 0.51
Hex F3 F 81 0 5E 2F 5 14A 5A 33
Octal 363 17 201 0 136 57 5 512 132 63
Binary 11110011 1111 10000001 0 1011110 101111 101 101001010 1011010 110011

Color Harmonies of #F30F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F81

Black with #F30F81

Text Example


Text Example

White with #F30F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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