Html Css Color HEX #F30ABC Shocking Pink

📋 copy color: '#F30ABC'

red 243 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #F30ABC

Tints of Shocking Pink #F30ABC

RGB

 RED value IS 243 (95.31% from 255) = 55.1%

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 55.1%
G = 2.27%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F30ABC (or 0xF30ABC) is known color: Shocking Pink. HEX triplet: F3, 0A and BC. RGB value is (243,10,188). Sum of RGB (Red+Green+Blue) = 243+10+188=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ABC is #0CF543. Grayscale: #636363. Windows color (decimal): -849220 or 12323571. OLE color: 12323571.

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

Color convert

RGB 243 10 188 -
CMYK 0 0.96 0.23 0.05
HSL 314.16º 0.92% 0.5% -
HSV(B) 314.16º 0.96% 0.95% -
XYZ 46.15 22.9 49.57 -
YUV 99.96 177.69 230.03 -
System Red Green Blue C M Y K H S L
Decimal 243 10 188 0 0.96 0.23 0.05 314.16 0.92 0.5
Hex F3 A BC 0 60 17 5 13A 5C 32
Octal 363 12 274 0 140 27 5 472 134 62
Binary 11110011 1010 10111100 0 1100000 10111 101 100111010 1011100 110010

Color Harmonies of #F30ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30ABC

Black with #F30ABC

Text Example


Text Example

White with #F30ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30ABC; }

 p { color: rgb(243,10,188); }

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

background-color css

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

 a { background-color: rgb(243,10,188); }

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

border-color css

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

 span { border-color: rgb(243,10,188); }

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