Html Css Color HEX #F30383 Deep Pink

📋 copy color: '#F30383'

red 243 ◦ green 3 ◦ blue 131

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

Shades of Deep Pink #F30383

Tints of Deep Pink #F30383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 64.46%
G = 0.8%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F30383 (or 0xF30383) is known color: Deep Pink. HEX triplet: F3, 03 and 83. RGB value is (243,3,131). Sum of RGB (Red+Green+Blue) = 243+3+131=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F30383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30383 is #0CFC7C. Grayscale: #595959. Windows color (decimal): -851069 or 8586227. OLE color: 8586227.

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

Color convert

RGB 243 3 131 -
CMYK 0 0.99 0.46 0.05
HSL 328º 0.98% 0.48% -
HSV(B) 328º 0.99% 0.95% -
XYZ 41.09 20.76 23.31 -
YUV 89.35 151.51 237.59 -
System Red Green Blue C M Y K H S L
Decimal 243 3 131 0 0.99 0.46 0.05 328 0.98 0.48
Hex F3 3 83 0 63 2E 5 148 62 30
Octal 363 3 203 0 143 56 5 510 142 60
Binary 11110011 11 10000011 0 1100011 101110 101 101001000 1100010 110000

Color Harmonies of #F30383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30383

Black with #F30383

Text Example


Text Example

White with #F30383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30383; }

 p { color: rgb(243,3,131); }

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

background-color css

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

 a { background-color: rgb(243,3,131); }

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

border-color css

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

 span { border-color: rgb(243,3,131); }

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