Html Css Color HEX #F308C5 Shocking Pink

📋 copy color: '#F308C5'

red 243 ◦ green 8 ◦ blue 197

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

Shades of Shocking Pink #F308C5

Tints of Shocking Pink #F308C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 54.24%
G = 1.79%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F308C5 (or 0xF308C5) is known color: Shocking Pink. HEX triplet: F3, 08 and C5. RGB value is (243,8,197). Sum of RGB (Red+Green+Blue) = 243+8+197=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F308C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308C5 is #0CF73A. Grayscale: #636363. Windows color (decimal): -849723 or 12912883. OLE color: 12912883.

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

Color convert

RGB 243 8 197 -
CMYK 0 0.97 0.19 0.05
HSL 311.74º 0.94% 0.49% -
HSV(B) 311.74º 0.97% 0.95% -
XYZ 47.13 23.26 54.83 -
YUV 99.81 182.86 230.13 -
System Red Green Blue C M Y K H S L
Decimal 243 8 197 0 0.97 0.19 0.05 311.74 0.94 0.49
Hex F3 8 C5 0 61 13 5 138 5E 31
Octal 363 10 305 0 141 23 5 470 136 61
Binary 11110011 1000 11000101 0 1100001 10011 101 100111000 1011110 110001

Color Harmonies of #F308C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F308C5

Black with #F308C5

Text Example


Text Example

White with #F308C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F308C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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