Html Css Color HEX #F61292 Deep Pink

📋 copy color: '#F61292'

red 246 ◦ green 18 ◦ blue 146

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

Shades of Deep Pink #F61292

Tints of Deep Pink #F61292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 60%
G = 4.39%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F61292 (or 0xF61292) is known color: Deep Pink. HEX triplet: F6, 12 and 92. RGB value is (246,18,146). Sum of RGB (Red+Green+Blue) = 246+18+146=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F61292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61292 is #09ED6D. Grayscale: #646464. Windows color (decimal): -650606 or 9573110. OLE color: 9573110.

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

Color convert

RGB 246 18 146 -
CMYK 0 0.93 0.41 0.04
HSL 326.32º 0.93% 0.52% -
HSV(B) 326.32º 0.93% 0.96% -
XYZ 43.41 22.1 29.17 -
YUV 100.76 153.54 231.59 -
System Red Green Blue C M Y K H S L
Decimal 246 18 146 0 0.93 0.41 0.04 326.32 0.93 0.52
Hex F6 12 92 0 5D 29 4 146 5D 34
Octal 366 22 222 0 135 51 4 506 135 64
Binary 11110110 10010 10010010 0 1011101 101001 100 101000110 1011101 110100

Color Harmonies of #F61292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61292

Black with #F61292

Text Example


Text Example

White with #F61292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61292; }

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

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

background-color css

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

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

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

border-color css

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

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

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