Html Css Color HEX #F11682 Deep Pink

📋 copy color: '#F11682'

red 241 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #F11682

Tints of Deep Pink #F11682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 61.32%
G = 5.6%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F11682 (or 0xF11682) is known color: Deep Pink. HEX triplet: F1, 16 and 82. RGB value is (241,22,130). Sum of RGB (Red+Green+Blue) = 241+22+130=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11682 is #0EE97D. Grayscale: #636363. Windows color (decimal): -977278 or 8525553. OLE color: 8525553.

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

Color convert

RGB 241 22 130 -
CMYK 0 0.91 0.46 0.05
HSL 330.41º 0.89% 0.52% -
HSV(B) 330.41º 0.91% 0.95% -
XYZ 40.59 20.89 23.01 -
YUV 99.79 145.05 228.72 -
System Red Green Blue C M Y K H S L
Decimal 241 22 130 0 0.91 0.46 0.05 330.41 0.89 0.52
Hex F1 16 82 0 5B 2E 5 14A 59 34
Octal 361 26 202 0 133 56 5 512 131 64
Binary 11110001 10110 10000010 0 1011011 101110 101 101001010 1011001 110100

Color Harmonies of #F11682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11682

Black with #F11682

Text Example


Text Example

White with #F11682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11682; }

 p { color: rgb(241,22,130); }

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

background-color css

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

 a { background-color: rgb(241,22,130); }

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

border-color css

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

 span { border-color: rgb(241,22,130); }

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