Html Css Color HEX #F6208B Deep Pink

📋 copy color: '#F6208B'

red 246 ◦ green 32 ◦ blue 139

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

Shades of Deep Pink #F6208B

Tints of Deep Pink #F6208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

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

R = 58.99%
G = 7.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6208B (or 0xF6208B) is known color: Deep Pink. HEX triplet: F6, 20 and 8B. RGB value is (246,32,139). Sum of RGB (Red+Green+Blue) = 246+32+139=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F6208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6208B is #09DF74. Grayscale: #6B6B6B. Windows color (decimal): -647029 or 9117942. OLE color: 9117942.

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

Color convert

RGB 246 32 139 -
CMYK 0 0.87 0.43 0.04
HSL 330º 0.92% 0.55% -
HSV(B) 330º 0.87% 0.96% -
XYZ 43.18 22.49 26.49 -
YUV 108.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 246 32 139 0 0.87 0.43 0.04 330 0.92 0.55
Hex F6 20 8B 0 57 2B 4 14A 5C 37
Octal 366 40 213 0 127 53 4 512 134 67
Binary 11110110 100000 10001011 0 1010111 101011 100 101001010 1011100 110111

Color Harmonies of #F6208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6208B

Black with #F6208B

Text Example


Text Example

White with #F6208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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