Html Css Color HEX #F30CB0 Shocking Pink

📋 copy color: '#F30CB0'

red 243 ◦ green 12 ◦ blue 176

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

Shades of Shocking Pink #F30CB0

Tints of Shocking Pink #F30CB0

RGB

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

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

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

R = 56.38%
G = 2.78%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F30CB0 (or 0xF30CB0) is known color: Shocking Pink. HEX triplet: F3, 0C and B0. RGB value is (243,12,176). Sum of RGB (Red+Green+Blue) = 243+12+176=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30CB0 is #0CF34F. Grayscale: #636363. Windows color (decimal): -848720 or 11537651. OLE color: 11537651.

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

Color convert

RGB 243 12 176 -
CMYK 0 0.95 0.28 0.05
HSL 317.4º 0.91% 0.5% -
HSV(B) 317.4º 0.95% 0.95% -
XYZ 44.93 22.45 43.04 -
YUV 99.77 171.03 230.16 -
System Red Green Blue C M Y K H S L
Decimal 243 12 176 0 0.95 0.28 0.05 317.4 0.91 0.5
Hex F3 C B0 0 5F 1C 5 13D 5B 32
Octal 363 14 260 0 137 34 5 475 133 62
Binary 11110011 1100 10110000 0 1011111 11100 101 100111101 1011011 110010

Color Harmonies of #F30CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CB0

Black with #F30CB0

Text Example


Text Example

White with #F30CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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