Html Css Color HEX #F91285 Deep Pink

📋 copy color: '#F91285'

red 249 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #F91285

Tints of Deep Pink #F91285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.5%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 62.25%
G = 4.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91285 (or 0xF91285) is known color: Deep Pink. HEX triplet: F9, 12 and 85. RGB value is (249,18,133). Sum of RGB (Red+Green+Blue) = 249+18+133=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F91285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91285 is #06ED7A. Grayscale: #636363. Windows color (decimal): -454011 or 8721145. OLE color: 8721145.

HSL color Cylindrical-coordinate representation of color #F91285: hue angle of 330.13º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91285 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 133 -
CMYK 0 0.93 0.47 0.02
HSL 330.13º 0.95% 0.52% -
HSV(B) 330.13º 0.93% 0.98% -
XYZ 43.52 22.27 24.19 -
YUV 100.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 249 18 133 0 0.93 0.47 0.02 330.13 0.95 0.52
Hex F9 12 85 0 5D 2F 2 14A 5F 34
Octal 371 22 205 0 135 57 2 512 137 64
Binary 11111001 10010 10000101 0 1011101 101111 10 101001010 1011111 110100

Color Harmonies of #F91285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91285

Black with #F91285

Text Example


Text Example

White with #F91285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91285; }

 p { color: rgb(249,18,133); }

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

background-color css

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

 a { background-color: rgb(249,18,133); }

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

border-color css

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

 span { border-color: rgb(249,18,133); }

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