Html Css Color HEX #F11795 Deep Pink

📋 copy color: '#F11795'

red 241 ◦ green 23 ◦ blue 149

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

Shades of Deep Pink #F11795

Tints of Deep Pink #F11795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.57%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 58.35%
G = 5.57%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11795 (or 0xF11795) is known color: Deep Pink. HEX triplet: F1, 17 and 95. RGB value is (241,23,149). Sum of RGB (Red+Green+Blue) = 241+23+149=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11795 is #0EE86A. Grayscale: #666666. Windows color (decimal): -977003 or 9770993. OLE color: 9770993.

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

Color convert

RGB 241 23 149 -
CMYK 0 0.90 0.38 0.05
HSL 325.32º 0.89% 0.52% -
HSV(B) 325.32º 0.9% 0.95% -
XYZ 42.01 21.48 30.37 -
YUV 102.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 241 23 149 0 0.90 0.38 0.05 325.32 0.89 0.52
Hex F1 17 95 0 5A 26 5 145 59 34
Octal 361 27 225 0 132 46 5 505 131 64
Binary 11110001 10111 10010101 0 1011010 100110 101 101000101 1011001 110100

Color Harmonies of #F11795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11795

Black with #F11795

Text Example


Text Example

White with #F11795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11795; }

 p { color: rgb(241,23,149); }

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

background-color css

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

 a { background-color: rgb(241,23,149); }

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

border-color css

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

 span { border-color: rgb(241,23,149); }

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