Html Css Color HEX #F61278 Deep Pink

📋 copy color: '#F61278'

red 246 ◦ green 18 ◦ blue 120

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

Shades of Deep Pink #F61278

Tints of Deep Pink #F61278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 64.06%
G = 4.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F61278 (or 0xF61278) is known color: Deep Pink. HEX triplet: F6, 12 and 78. RGB value is (246,18,120). Sum of RGB (Red+Green+Blue) = 246+18+120=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61278 is #09ED87. Grayscale: #616161. Windows color (decimal): -650632 or 7869174. OLE color: 7869174.

HSL color Cylindrical-coordinate representation of color #F61278: hue angle of 333.16º 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 #F61278 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 120 -
CMYK 0 0.93 0.51 0.04
HSL 333.16º 0.93% 0.52% -
HSV(B) 333.16º 0.93% 0.96% -
XYZ 41.61 21.38 19.7 -
YUV 97.8 140.54 233.71 -
System Red Green Blue C M Y K H S L
Decimal 246 18 120 0 0.93 0.51 0.04 333.16 0.93 0.52
Hex F6 12 78 0 5D 33 4 14D 5D 34
Octal 366 22 170 0 135 63 4 515 135 64
Binary 11110110 10010 1111000 0 1011101 110011 100 101001101 1011101 110100

Color Harmonies of #F61278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61278

Black with #F61278

Text Example


Text Example

White with #F61278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61278; }

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

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

background-color css

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

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

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

border-color css

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

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

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