Html Css Color HEX #F9018B Deep Pink

📋 copy color: '#F9018B'

red 249 ◦ green 1 ◦ blue 139

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

Shades of Deep Pink #F9018B

Tints of Deep Pink #F9018B

RGB

 RED value IS 249 (97.66% from 255) = 64.01%

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

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

R = 64.01%
G = 0.26%
B = 35.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9018B (or 0xF9018B) is known color: Deep Pink. HEX triplet: F9, 01 and 8B. RGB value is (249,1,139). Sum of RGB (Red+Green+Blue) = 249+1+139=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9018B is #06FE74. Grayscale: #5A5A5A. Windows color (decimal): -458357 or 9110009. OLE color: 9110009.

HSL color Cylindrical-coordinate representation of color #F9018B: hue angle of 326.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9018B is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 139 -
CMYK 0 1.00 0.44 0.02
HSL 326.61º 0.99% 0.49% -
HSV(B) 326.61º 1% 0.98% -
XYZ 43.74 22.03 26.37 -
YUV 90.88 155.16 240.78 -
System Red Green Blue C M Y K H S L
Decimal 249 1 139 0 1.00 0.44 0.02 326.61 0.99 0.49
Hex F9 1 8B 0 64 2C 2 147 63 31
Octal 371 1 213 0 144 54 2 507 143 61
Binary 11111001 1 10001011 0 1100100 101100 10 101000111 1100011 110001

Color Harmonies of #F9018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9018B

Black with #F9018B

Text Example


Text Example

White with #F9018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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