Html Css Color HEX #F30187 Deep Pink

📋 copy color: '#F30187'

red 243 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #F30187

Tints of Deep Pink #F30187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 64.12%
G = 0.26%
B = 35.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F30187 (or 0xF30187) is known color: Deep Pink. HEX triplet: F3, 01 and 87. RGB value is (243,1,135). Sum of RGB (Red+Green+Blue) = 243+1+135=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F30187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30187 is #0CFE78. Grayscale: #585858. Windows color (decimal): -851577 or 8847859. OLE color: 8847859.

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

Color convert

RGB 243 1 135 -
CMYK 0 1.00 0.44 0.05
HSL 326.78º 0.99% 0.48% -
HSV(B) 326.78º 1% 0.95% -
XYZ 41.35 20.83 24.76 -
YUV 88.63 154.17 238.1 -
System Red Green Blue C M Y K H S L
Decimal 243 1 135 0 1.00 0.44 0.05 326.78 0.99 0.48
Hex F3 1 87 0 64 2C 5 147 63 30
Octal 363 1 207 0 144 54 5 507 143 60
Binary 11110011 1 10000111 0 1100100 101100 101 101000111 1100011 110000

Color Harmonies of #F30187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30187

Black with #F30187

Text Example


Text Example

White with #F30187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30187; }

 p { color: rgb(243,1,135); }

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

background-color css

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

 a { background-color: rgb(243,1,135); }

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

border-color css

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

 span { border-color: rgb(243,1,135); }

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