Html Css Color HEX #F10BC6 Shocking Pink

📋 copy color: '#F10BC6'

red 241 ◦ green 11 ◦ blue 198

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

Shades of Shocking Pink #F10BC6

Tints of Shocking Pink #F10BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.44%

 BLUE value IS 198 (77.73% from 255) = 44%

R = 53.56%
G = 2.44%
B = 44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F10BC6 (or 0xF10BC6) is known color: Shocking Pink. HEX triplet: F1, 0B and C6. RGB value is (241,11,198). Sum of RGB (Red+Green+Blue) = 241+11+198=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BC6 is #0EF439. Grayscale: #646464. Windows color (decimal): -980026 or 12979185. OLE color: 12979185.

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

Color convert

RGB 241 11 198 -
CMYK 0 0.95 0.18 0.05
HSL 311.22º 0.91% 0.49% -
HSV(B) 311.22º 0.95% 0.95% -
XYZ 46.59 23.02 55.41 -
YUV 101.09 182.7 227.79 -
System Red Green Blue C M Y K H S L
Decimal 241 11 198 0 0.95 0.18 0.05 311.22 0.91 0.49
Hex F1 B C6 0 5F 12 5 137 5B 31
Octal 361 13 306 0 137 22 5 467 133 61
Binary 11110001 1011 11000110 0 1011111 10010 101 100110111 1011011 110001

Color Harmonies of #F10BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10BC6

Black with #F10BC6

Text Example


Text Example

White with #F10BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10BC6; }

 p { color: rgb(241,11,198); }

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

background-color css

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

 a { background-color: rgb(241,11,198); }

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

border-color css

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

 span { border-color: rgb(241,11,198); }

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