Html Css Color HEX #F30686 Deep Pink

📋 copy color: '#F30686'

red 243 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #F30686

Tints of Deep Pink #F30686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 63.45%
G = 1.57%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F30686 (or 0xF30686) is known color: Deep Pink. HEX triplet: F3, 06 and 86. RGB value is (243,6,134). Sum of RGB (Red+Green+Blue) = 243+6+134=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F30686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30686 is #0CF979. Grayscale: #5B5B5B. Windows color (decimal): -850298 or 8783603. OLE color: 8783603.

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

Color convert

RGB 243 6 134 -
CMYK 0 0.98 0.45 0.05
HSL 327.59º 0.95% 0.49% -
HSV(B) 327.59º 0.98% 0.95% -
XYZ 41.33 20.91 24.41 -
YUV 91.46 152.02 236.09 -
System Red Green Blue C M Y K H S L
Decimal 243 6 134 0 0.98 0.45 0.05 327.59 0.95 0.49
Hex F3 6 86 0 62 2D 5 148 5F 31
Octal 363 6 206 0 142 55 5 510 137 61
Binary 11110011 110 10000110 0 1100010 101101 101 101001000 1011111 110001

Color Harmonies of #F30686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30686

Black with #F30686

Text Example


Text Example

White with #F30686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30686; }

 p { color: rgb(243,6,134); }

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

background-color css

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

 a { background-color: rgb(243,6,134); }

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

border-color css

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

 span { border-color: rgb(243,6,134); }

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