Html Css Color HEX #F11694 Deep Pink

📋 copy color: '#F11694'

red 241 ◦ green 22 ◦ blue 148

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

Shades of Deep Pink #F11694

Tints of Deep Pink #F11694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 58.64%
G = 5.35%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F11694 (or 0xF11694) is known color: Deep Pink. HEX triplet: F1, 16 and 94. RGB value is (241,22,148). Sum of RGB (Red+Green+Blue) = 241+22+148=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11694 is #0EE96B. Grayscale: #656565. Windows color (decimal): -977260 or 9705201. OLE color: 9705201.

HSL color Cylindrical-coordinate representation of color #F11694: hue angle of 325.48º 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 #F11694 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 148 -
CMYK 0 0.91 0.39 0.05
HSL 325.48º 0.89% 0.52% -
HSV(B) 325.48º 0.91% 0.95% -
XYZ 41.91 21.41 29.94 -
YUV 101.85 154.05 227.25 -
System Red Green Blue C M Y K H S L
Decimal 241 22 148 0 0.91 0.39 0.05 325.48 0.89 0.52
Hex F1 16 94 0 5B 27 5 145 59 34
Octal 361 26 224 0 133 47 5 505 131 64
Binary 11110001 10110 10010100 0 1011011 100111 101 101000101 1011001 110100

Color Harmonies of #F11694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11694

Black with #F11694

Text Example


Text Example

White with #F11694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11694; }

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

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

background-color css

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

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

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

border-color css

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

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

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