Html Css Color HEX #F01A8B Deep Pink

📋 copy color: '#F01A8B'

red 240 ◦ green 26 ◦ blue 139

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

Shades of Deep Pink #F01A8B

Tints of Deep Pink #F01A8B

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 59.26%
G = 6.42%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F01A8B (or 0xF01A8B) is known color: Deep Pink. HEX triplet: F0, 1A and 8B. RGB value is (240,26,139). Sum of RGB (Red+Green+Blue) = 240+26+139=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01A8B is #0FE574. Grayscale: #666666. Windows color (decimal): -1041781 or 9116400. OLE color: 9116400.

HSL color Cylindrical-coordinate representation of color #F01A8B: hue angle of 328.32º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A8B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 139 -
CMYK 0 0.89 0.42 0.06
HSL 328.32º 0.88% 0.52% -
HSV(B) 328.32º 0.89% 0.94% -
XYZ 40.96 21.13 26.35 -
YUV 102.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 240 26 139 0 0.89 0.42 0.06 328.32 0.88 0.52
Hex F0 1A 8B 0 59 2A 6 148 58 34
Octal 360 32 213 0 131 52 6 510 130 64
Binary 11110000 11010 10001011 0 1011001 101010 110 101001000 1011000 110100

Color Harmonies of #F01A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A8B

Black with #F01A8B

Text Example


Text Example

White with #F01A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A8B; }

 p { color: rgb(240,26,139); }

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

background-color css

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

 a { background-color: rgb(240,26,139); }

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

border-color css

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

 span { border-color: rgb(240,26,139); }

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