Html Css Color HEX #F3058B Deep Pink

📋 copy color: '#F3058B'

red 243 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #F3058B

Tints of Deep Pink #F3058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 62.79%
G = 1.29%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3058B (or 0xF3058B) is known color: Deep Pink. HEX triplet: F3, 05 and 8B. RGB value is (243,5,139). Sum of RGB (Red+Green+Blue) = 243+5+139=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3058B is #0CFA74. Grayscale: #5B5B5B. Windows color (decimal): -850549 or 9111027. OLE color: 9111027.

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

Color convert

RGB 243 5 139 -
CMYK 0 0.98 0.43 0.05
HSL 326.22º 0.96% 0.49% -
HSV(B) 326.22º 0.98% 0.95% -
XYZ 41.68 21.03 26.29 -
YUV 91.44 154.85 236.1 -
System Red Green Blue C M Y K H S L
Decimal 243 5 139 0 0.98 0.43 0.05 326.22 0.96 0.49
Hex F3 5 8B 0 62 2B 5 146 60 31
Octal 363 5 213 0 142 53 5 506 140 61
Binary 11110011 101 10001011 0 1100010 101011 101 101000110 1100000 110001

Color Harmonies of #F3058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3058B

Black with #F3058B

Text Example


Text Example

White with #F3058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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