Html Css Color HEX #F6258B Deep Pink

📋 copy color: '#F6258B'

red 246 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F6258B

Tints of Deep Pink #F6258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

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

R = 58.29%
G = 8.77%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6258B (or 0xF6258B) is known color: Deep Pink. HEX triplet: F6, 25 and 8B. RGB value is (246,37,139). Sum of RGB (Red+Green+Blue) = 246+37+139=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6258B is #09DA74. Grayscale: #6E6E6E. Windows color (decimal): -645749 or 9119222. OLE color: 9119222.

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

Color convert

RGB 246 37 139 -
CMYK 0 0.85 0.43 0.04
HSL 330.72º 0.92% 0.55% -
HSV(B) 330.72º 0.85% 0.96% -
XYZ 43.33 22.78 26.54 -
YUV 111.12 143.74 224.21 -
System Red Green Blue C M Y K H S L
Decimal 246 37 139 0 0.85 0.43 0.04 330.72 0.92 0.55
Hex F6 25 8B 0 55 2B 4 14B 5C 37
Octal 366 45 213 0 125 53 4 513 134 67
Binary 11110110 100101 10001011 0 1010101 101011 100 101001011 1011100 110111

Color Harmonies of #F6258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6258B

Black with #F6258B

Text Example


Text Example

White with #F6258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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