Html Css Color HEX #F6227C Deep Pink

📋 copy color: '#F6227C'

red 246 ◦ green 34 ◦ blue 124

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

Shades of Deep Pink #F6227C

Tints of Deep Pink #F6227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.42%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 60.89%
G = 8.42%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6227C (or 0xF6227C) is known color: Deep Pink. HEX triplet: F6, 22 and 7C. RGB value is (246,34,124). Sum of RGB (Red+Green+Blue) = 246+34+124=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6227C is #09DD83. Grayscale: #6B6B6B. Windows color (decimal): -646532 or 8135414. OLE color: 8135414.

HSL color Cylindrical-coordinate representation of color #F6227C: hue angle of 334.53º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6227C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 34 124 -
CMYK 0 0.86 0.50 0.04
HSL 334.53º 0.92% 0.55% -
HSV(B) 334.53º 0.86% 0.96% -
XYZ 42.22 22.19 21.13 -
YUV 107.65 137.24 226.68 -
System Red Green Blue C M Y K H S L
Decimal 246 34 124 0 0.86 0.50 0.04 334.53 0.92 0.55
Hex F6 22 7C 0 56 32 4 14F 5C 37
Octal 366 42 174 0 126 62 4 517 134 67
Binary 11110110 100010 1111100 0 1010110 110010 100 101001111 1011100 110111

Color Harmonies of #F6227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6227C

Black with #F6227C

Text Example


Text Example

White with #F6227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6227C; }

 p { color: rgb(246,34,124); }

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

background-color css

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

 a { background-color: rgb(246,34,124); }

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

border-color css

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

 span { border-color: rgb(246,34,124); }

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