Html Css Color HEX #F3058D Deep Pink

📋 copy color: '#F3058D'

red 243 ◦ green 5 ◦ blue 141

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

Shades of Deep Pink #F3058D

Tints of Deep Pink #F3058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 62.47%
G = 1.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3058D (or 0xF3058D) is known color: Deep Pink. HEX triplet: F3, 05 and 8D. RGB value is (243,5,141). Sum of RGB (Red+Green+Blue) = 243+5+141=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3058D is #0CFA72. Grayscale: #5B5B5B. Windows color (decimal): -850547 or 9242099. OLE color: 9242099.

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

Color convert

RGB 243 5 141 -
CMYK 0 0.98 0.42 0.05
HSL 325.71º 0.96% 0.49% -
HSV(B) 325.71º 0.98% 0.95% -
XYZ 41.82 21.09 27.06 -
YUV 91.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 243 5 141 0 0.98 0.42 0.05 325.71 0.96 0.49
Hex F3 5 8D 0 62 2A 5 146 60 31
Octal 363 5 215 0 142 52 5 506 140 61
Binary 11110011 101 10001101 0 1100010 101010 101 101000110 1100000 110001

Color Harmonies of #F3058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3058D

Black with #F3058D

Text Example


Text Example

White with #F3058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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