Html Css Color HEX #F6228B Deep Pink

📋 copy color: '#F6228B'

red 246 ◦ green 34 ◦ blue 139

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

Shades of Deep Pink #F6228B

Tints of Deep Pink #F6228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 58.71%
G = 8.11%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6228B (or 0xF6228B) is known color: Deep Pink. HEX triplet: F6, 22 and 8B. RGB value is (246,34,139). Sum of RGB (Red+Green+Blue) = 246+34+139=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F6228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6228B is #09DD74. Grayscale: #6D6D6D. Windows color (decimal): -646517 or 9118454. OLE color: 9118454.

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

Color convert

RGB 246 34 139 -
CMYK 0 0.86 0.43 0.04
HSL 330.28º 0.92% 0.55% -
HSV(B) 330.28º 0.86% 0.96% -
XYZ 43.24 22.6 26.51 -
YUV 109.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 246 34 139 0 0.86 0.43 0.04 330.28 0.92 0.55
Hex F6 22 8B 0 56 2B 4 14A 5C 37
Octal 366 42 213 0 126 53 4 512 134 67
Binary 11110110 100010 10001011 0 1010110 101011 100 101001010 1011100 110111

Color Harmonies of #F6228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6228B

Black with #F6228B

Text Example


Text Example

White with #F6228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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