Html Css Color HEX #F30088 Deep Pink

📋 copy color: '#F30088'

red 243 ◦ green 0 ◦ blue 136

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

Shades of Deep Pink #F30088

Tints of Deep Pink #F30088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 64.12%
G = 0%
B = 35.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F30088 (or 0xF30088) is known color: Deep Pink. HEX triplet: F3, 00 and 88. RGB value is (243,0,136). Sum of RGB (Red+Green+Blue) = 243+0+136=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F30088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30088 is #0CFF77. Grayscale: #575757. Windows color (decimal): -851832 or 8913139. OLE color: 8913139.

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

Color convert

RGB 243 0 136 -
CMYK 0 1 0.44 0.05
HSL 326.42º 1% 0.48% -
HSV(B) 326.42º 1% 0.95% -
XYZ 41.41 20.83 25.13 -
YUV 88.16 155.01 238.44 -
System Red Green Blue C M Y K H S L
Decimal 243 0 136 0 1 0.44 0.05 326.42 1 0.48
Hex F3 0 88 0 64 2C 5 146 64 30
Octal 363 0 210 0 144 54 5 506 144 60
Binary 11110011 0 10001000 0 1100100 101100 101 101000110 1100100 110000

Color Harmonies of #F30088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30088

Black with #F30088

Text Example


Text Example

White with #F30088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30088; }

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

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

background-color css

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

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

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

border-color css

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

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

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