Html Css Color HEX #F308C1 Shocking Pink

📋 copy color: '#F308C1'

red 243 ◦ green 8 ◦ blue 193

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

Shades of Shocking Pink #F308C1

Tints of Shocking Pink #F308C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.8%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 54.73%
G = 1.8%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F308C1 (or 0xF308C1) is known color: Shocking Pink. HEX triplet: F3, 08 and C1. RGB value is (243,8,193). Sum of RGB (Red+Green+Blue) = 243+8+193=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F308C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308C1 is #0CF73E. Grayscale: #626262. Windows color (decimal): -849727 or 12650739. OLE color: 12650739.

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

Color convert

RGB 243 8 193 -
CMYK 0 0.97 0.21 0.05
HSL 312.77º 0.94% 0.49% -
HSV(B) 312.77º 0.97% 0.95% -
XYZ 46.67 23.08 52.45 -
YUV 99.36 180.86 230.46 -
System Red Green Blue C M Y K H S L
Decimal 243 8 193 0 0.97 0.21 0.05 312.77 0.94 0.49
Hex F3 8 C1 0 61 15 5 139 5E 31
Octal 363 10 301 0 141 25 5 471 136 61
Binary 11110011 1000 11000001 0 1100001 10101 101 100111001 1011110 110001

Color Harmonies of #F308C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F308C1

Black with #F308C1

Text Example


Text Example

White with #F308C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F308C1; }

 p { color: rgb(243,8,193); }

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

background-color css

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

 a { background-color: rgb(243,8,193); }

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

border-color css

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

 span { border-color: rgb(243,8,193); }

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