Html Css Color HEX #F10CB0 Shocking Pink

📋 copy color: '#F10CB0'

red 241 ◦ green 12 ◦ blue 176

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

Shades of Shocking Pink #F10CB0

Tints of Shocking Pink #F10CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 56.18%
G = 2.8%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F10CB0 (or 0xF10CB0) is known color: Shocking Pink. HEX triplet: F1, 0C and B0. RGB value is (241,12,176). Sum of RGB (Red+Green+Blue) = 241+12+176=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10CB0 is #0EF34F. Grayscale: #626262. Windows color (decimal): -979792 or 11537649. OLE color: 11537649.

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

Color convert

RGB 241 12 176 -
CMYK 0 0.95 0.27 0.05
HSL 317.03º 0.91% 0.5% -
HSV(B) 317.03º 0.95% 0.95% -
XYZ 44.24 22.1 43.01 -
YUV 99.17 171.37 229.16 -
System Red Green Blue C M Y K H S L
Decimal 241 12 176 0 0.95 0.27 0.05 317.03 0.91 0.5
Hex F1 C B0 0 5F 1B 5 13D 5B 32
Octal 361 14 260 0 137 33 5 475 133 62
Binary 11110001 1100 10110000 0 1011111 11011 101 100111101 1011011 110010

Color Harmonies of #F10CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10CB0

Black with #F10CB0

Text Example


Text Example

White with #F10CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10CB0; }

 p { color: rgb(241,12,176); }

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

background-color css

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

 a { background-color: rgb(241,12,176); }

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

border-color css

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

 span { border-color: rgb(241,12,176); }

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