Html Css Color HEX #F30288 Deep Pink

📋 copy color: '#F30288'

red 243 ◦ green 2 ◦ blue 136

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

Shades of Deep Pink #F30288

Tints of Deep Pink #F30288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 63.78%
G = 0.52%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F30288 (or 0xF30288) is known color: Deep Pink. HEX triplet: F3, 02 and 88. RGB value is (243,2,136). Sum of RGB (Red+Green+Blue) = 243+2+136=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F30288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30288 is #0CFD77. Grayscale: #595959. Windows color (decimal): -851320 or 8913651. OLE color: 8913651.

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

Color convert

RGB 243 2 136 -
CMYK 0 0.99 0.44 0.05
HSL 326.64º 0.98% 0.48% -
HSV(B) 326.64º 0.99% 0.95% -
XYZ 41.43 20.88 25.14 -
YUV 89.34 154.34 237.6 -
System Red Green Blue C M Y K H S L
Decimal 243 2 136 0 0.99 0.44 0.05 326.64 0.98 0.48
Hex F3 2 88 0 63 2C 5 147 62 30
Octal 363 2 210 0 143 54 5 507 142 60
Binary 11110011 10 10001000 0 1100011 101100 101 101000111 1100010 110000

Color Harmonies of #F30288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30288

Black with #F30288

Text Example


Text Example

White with #F30288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30288; }

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

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

background-color css

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

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

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

border-color css

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

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

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