Html Css Color HEX #F106C2 Shocking Pink

📋 copy color: '#F106C2'

red 241 ◦ green 6 ◦ blue 194

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

Shades of Shocking Pink #F106C2

Tints of Shocking Pink #F106C2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 54.65%
G = 1.36%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F106C2 (or 0xF106C2) is known color: Shocking Pink. HEX triplet: F1, 06 and C2. RGB value is (241,6,194). Sum of RGB (Red+Green+Blue) = 241+6+194=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F106C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106C2 is #0EF93D. Grayscale: #616161. Windows color (decimal): -981310 or 12715761. OLE color: 12715761.

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

Color convert

RGB 241 6 194 -
CMYK 0 0.98 0.20 0.05
HSL 312º 0.95% 0.48% -
HSV(B) 312º 0.98% 0.95% -
XYZ 46.08 22.73 53 -
YUV 97.7 182.36 230.21 -
System Red Green Blue C M Y K H S L
Decimal 241 6 194 0 0.98 0.20 0.05 312 0.95 0.48
Hex F1 6 C2 0 62 14 5 138 5F 30
Octal 361 6 302 0 142 24 5 470 137 60
Binary 11110001 110 11000010 0 1100010 10100 101 100111000 1011111 110000

Color Harmonies of #F106C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106C2

Black with #F106C2

Text Example


Text Example

White with #F106C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106C2; }

 p { color: rgb(241,6,194); }

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

background-color css

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

 a { background-color: rgb(241,6,194); }

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

border-color css

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

 span { border-color: rgb(241,6,194); }

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