Html Css Color HEX #F10F83 Deep Pink

📋 copy color: '#F10F83'

red 241 ◦ green 15 ◦ blue 131

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

Shades of Deep Pink #F10F83

Tints of Deep Pink #F10F83

RGB

 RED value IS 241 (94.53% from 255) = 62.27%

 GREEN value IS 15 (6.25% from 255) = 3.88%

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

R = 62.27%
G = 3.88%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10F83 (or 0xF10F83) is known color: Deep Pink. HEX triplet: F1, 0F and 83. RGB value is (241,15,131). Sum of RGB (Red+Green+Blue) = 241+15+131=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F83 is #0EF07C. Grayscale: #5F5F5F. Windows color (decimal): -979069 or 8589297. OLE color: 8589297.

HSL color Cylindrical-coordinate representation of color #F10F83: hue angle of 329.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F83 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 131 -
CMYK 0 0.94 0.46 0.05
HSL 329.2º 0.89% 0.5% -
HSV(B) 329.2º 0.94% 0.95% -
XYZ 40.54 20.68 23.33 -
YUV 95.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 241 15 131 0 0.94 0.46 0.05 329.2 0.89 0.5
Hex F1 F 83 0 5E 2E 5 149 59 32
Octal 361 17 203 0 136 56 5 511 131 62
Binary 11110001 1111 10000011 0 1011110 101110 101 101001001 1011001 110010

Color Harmonies of #F10F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F83

Black with #F10F83

Text Example


Text Example

White with #F10F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F83; }

 p { color: rgb(241,15,131); }

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

background-color css

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

 a { background-color: rgb(241,15,131); }

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

border-color css

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

 span { border-color: rgb(241,15,131); }

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