Html Css Color HEX #F10DB6 Shocking Pink

📋 copy color: '#F10DB6'

red 241 ◦ green 13 ◦ blue 182

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

Shades of Shocking Pink #F10DB6

Tints of Shocking Pink #F10DB6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 55.28%
G = 2.98%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F10DB6 (or 0xF10DB6) is known color: Shocking Pink. HEX triplet: F1, 0D and B6. RGB value is (241,13,182). Sum of RGB (Red+Green+Blue) = 241+13+182=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DB6 is #0EF249. Grayscale: #636363. Windows color (decimal): -979530 or 11931121. OLE color: 11931121.

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

Color convert

RGB 241 13 182 -
CMYK 0 0.95 0.24 0.05
HSL 315.53º 0.9% 0.5% -
HSV(B) 315.53º 0.95% 0.95% -
XYZ 44.86 22.37 46.21 -
YUV 100.44 174.04 228.26 -
System Red Green Blue C M Y K H S L
Decimal 241 13 182 0 0.95 0.24 0.05 315.53 0.9 0.5
Hex F1 D B6 0 5F 18 5 13C 5A 32
Octal 361 15 266 0 137 30 5 474 132 62
Binary 11110001 1101 10110110 0 1011111 11000 101 100111100 1011010 110010

Color Harmonies of #F10DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DB6

Black with #F10DB6

Text Example


Text Example

White with #F10DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DB6; }

 p { color: rgb(241,13,182); }

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

background-color css

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

 a { background-color: rgb(241,13,182); }

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

border-color css

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

 span { border-color: rgb(241,13,182); }

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