Html Css Color HEX #F30EC7 Shocking Pink

📋 copy color: '#F30EC7'

red 243 ◦ green 14 ◦ blue 199

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

Shades of Shocking Pink #F30EC7

Tints of Shocking Pink #F30EC7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.07%

 BLUE value IS 199 (78.13% from 255) = 43.64%

R = 53.29%
G = 3.07%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F30EC7 (or 0xF30EC7) is known color: Shocking Pink. HEX triplet: F3, 0E and C7. RGB value is (243,14,199). Sum of RGB (Red+Green+Blue) = 243+14+199=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EC7 is #0CF138. Grayscale: #676767. Windows color (decimal): -848185 or 13045491. OLE color: 13045491.

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

Color convert

RGB 243 14 199 -
CMYK 0 0.94 0.18 0.05
HSL 311.53º 0.91% 0.5% -
HSV(B) 311.53º 0.94% 0.95% -
XYZ 47.43 23.49 56.07 -
YUV 103.56 181.87 227.46 -
System Red Green Blue C M Y K H S L
Decimal 243 14 199 0 0.94 0.18 0.05 311.53 0.91 0.5
Hex F3 E C7 0 5E 12 5 138 5B 32
Octal 363 16 307 0 136 22 5 470 133 62
Binary 11110011 1110 11000111 0 1011110 10010 101 100111000 1011011 110010

Color Harmonies of #F30EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30EC7

Black with #F30EC7

Text Example


Text Example

White with #F30EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30EC7; }

 p { color: rgb(243,14,199); }

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

background-color css

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

 a { background-color: rgb(243,14,199); }

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

border-color css

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

 span { border-color: rgb(243,14,199); }

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