Html Css Color HEX #FF018B Deep Pink

📋 copy color: '#FF018B'

red 255 ◦ green 1 ◦ blue 139

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

Shades of Deep Pink #FF018B

Tints of Deep Pink #FF018B

RGB

 RED value IS 255 (100% from 255) = 64.56%

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 64.56%
G = 0.25%
B = 35.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF018B (or 0xFF018B) is known color: Deep Pink. HEX triplet: FF, 01 and 8B. RGB value is (255,1,139). Sum of RGB (Red+Green+Blue) = 255+1+139=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF018B is #00FE74. Grayscale: #5C5C5C. Windows color (decimal): -65141 or 9110015. OLE color: 9110015.

HSL color Cylindrical-coordinate representation of color #FF018B: hue angle of 327.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF018B is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 139 -
CMYK 0 1.00 0.45 0
HSL 327.4º 1% 0.5% -
HSV(B) 327.4º 1% 1% -
XYZ 45.91 23.15 26.47 -
YUV 92.68 154.15 243.78 -
System Red Green Blue C M Y K H S L
Decimal 255 1 139 0 1.00 0.45 0 327.4 1 0.5
Hex FF 1 8B 0 64 2D 0 147 64 32
Octal 377 1 213 0 144 55 0 507 144 62
Binary 11111111 1 10001011 0 1100100 101101 0 101000111 1100100 110010

Color Harmonies of #FF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF018B

Black with #FF018B

Text Example


Text Example

White with #FF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF018B; }

 p { color: rgb(255,1,139); }

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

background-color css

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

 a { background-color: rgb(255,1,139); }

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

border-color css

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

 span { border-color: rgb(255,1,139); }

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