Html Css Color HEX #F91385 Deep Pink

📋 copy color: '#F91385'

red 249 ◦ green 19 ◦ blue 133

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

Shades of Deep Pink #F91385

Tints of Deep Pink #F91385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

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

R = 62.09%
G = 4.74%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91385 (or 0xF91385) is known color: Deep Pink. HEX triplet: F9, 13 and 85. RGB value is (249,19,133). Sum of RGB (Red+Green+Blue) = 249+19+133=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F91385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91385 is #06EC7A. Grayscale: #646464. Windows color (decimal): -453755 or 8721401. OLE color: 8721401.

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

Color convert

RGB 249 19 133 -
CMYK 0 0.92 0.47 0.02
HSL 330.26º 0.95% 0.53% -
HSV(B) 330.26º 0.92% 0.98% -
XYZ 43.53 22.3 24.2 -
YUV 100.77 146.2 233.73 -
System Red Green Blue C M Y K H S L
Decimal 249 19 133 0 0.92 0.47 0.02 330.26 0.95 0.53
Hex F9 13 85 0 5C 2F 2 14A 5F 35
Octal 371 23 205 0 134 57 2 512 137 65
Binary 11111001 10011 10000101 0 1011100 101111 10 101001010 1011111 110101

Color Harmonies of #F91385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91385

Black with #F91385

Text Example


Text Example

White with #F91385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91385; }

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

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

background-color css

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

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

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

border-color css

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

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

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