Html Css Color HEX #F6128F Deep Pink

📋 copy color: '#F6128F'

red 246 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #F6128F

Tints of Deep Pink #F6128F

RGB

 RED value IS 246 (96.48% from 255) = 60.44%

 GREEN value IS 18 (7.42% from 255) = 4.42%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 60.44%
G = 4.42%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6128F (or 0xF6128F) is known color: Deep Pink. HEX triplet: F6, 12 and 8F. RGB value is (246,18,143). Sum of RGB (Red+Green+Blue) = 246+18+143=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6128F is #09ED70. Grayscale: #646464. Windows color (decimal): -650609 or 9376502. OLE color: 9376502.

HSL color Cylindrical-coordinate representation of color #F6128F: hue angle of 327.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6128F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 143 -
CMYK 0 0.93 0.42 0.04
HSL 327.11º 0.93% 0.52% -
HSV(B) 327.11º 0.93% 0.96% -
XYZ 43.18 22.01 27.96 -
YUV 100.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 246 18 143 0 0.93 0.42 0.04 327.11 0.93 0.52
Hex F6 12 8F 0 5D 2A 4 147 5D 34
Octal 366 22 217 0 135 52 4 507 135 64
Binary 11110110 10010 10001111 0 1011101 101010 100 101000111 1011101 110100

Color Harmonies of #F6128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6128F

Black with #F6128F

Text Example


Text Example

White with #F6128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6128F; }

 p { color: rgb(246,18,143); }

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

background-color css

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

 a { background-color: rgb(246,18,143); }

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

border-color css

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

 span { border-color: rgb(246,18,143); }

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