Html Css Color HEX #F30FC4 Shocking Pink

📋 copy color: '#F30FC4'

red 243 ◦ green 15 ◦ blue 196

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

Shades of Shocking Pink #F30FC4

Tints of Shocking Pink #F30FC4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 53.52%
G = 3.3%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F30FC4 (or 0xF30FC4) is known color: Shocking Pink. HEX triplet: F3, 0F and C4. RGB value is (243,15,196). Sum of RGB (Red+Green+Blue) = 243+15+196=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FC4 is #0CF03B. Grayscale: #676767. Windows color (decimal): -847932 or 12849139. OLE color: 12849139.

HSL color Cylindrical-coordinate representation of color #F30FC4: hue angle of 312.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FC4 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 196 -
CMYK 0 0.94 0.19 0.05
HSL 312.37º 0.9% 0.51% -
HSV(B) 312.37º 0.94% 0.95% -
XYZ 47.1 23.38 54.26 -
YUV 103.81 180.04 227.28 -
System Red Green Blue C M Y K H S L
Decimal 243 15 196 0 0.94 0.19 0.05 312.37 0.9 0.51
Hex F3 F C4 0 5E 13 5 138 5A 33
Octal 363 17 304 0 136 23 5 470 132 63
Binary 11110011 1111 11000100 0 1011110 10011 101 100111000 1011010 110011

Color Harmonies of #F30FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FC4

Black with #F30FC4

Text Example


Text Example

White with #F30FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FC4; }

 p { color: rgb(243,15,196); }

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

background-color css

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

 a { background-color: rgb(243,15,196); }

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

border-color css

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

 span { border-color: rgb(243,15,196); }

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