Html Css Color HEX #F91283 Deep Pink

📋 copy color: '#F91283'

red 249 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #F91283

Tints of Deep Pink #F91283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 62.56%
G = 4.52%
B = 32.91%

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

#F91283 (or 0xF91283) is known color: Deep Pink. HEX triplet: F9, 12 and 83. RGB value is (249,18,131). Sum of RGB (Red+Green+Blue) = 249+18+131=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F91283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91283 is #06ED7C. Grayscale: #636363. Windows color (decimal): -454013 or 8590073. OLE color: 8590073.

HSL color Cylindrical-coordinate representation of color #F91283: hue angle of 330.65º 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 #F91283 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 131 -
CMYK 0 0.93 0.47 0.02
HSL 330.65º 0.95% 0.52% -
HSV(B) 330.65º 0.93% 0.98% -
XYZ 43.38 22.21 23.47 -
YUV 99.95 145.53 234.31 -
System Red Green Blue C M Y K H S L
Decimal 249 18 131 0 0.93 0.47 0.02 330.65 0.95 0.52
Hex F9 12 83 0 5D 2F 2 14B 5F 34
Octal 371 22 203 0 135 57 2 513 137 64
Binary 11111001 10010 10000011 0 1011101 101111 10 101001011 1011111 110100

Color Harmonies of #F91283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91283

Black with #F91283

Text Example


Text Example

White with #F91283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91283; }

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

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

background-color css

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

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

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

border-color css

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

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

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