Html Css Color HEX #F396C4 Shocking

📋 copy color: '#F396C4'

red 243 ◦ green 150 ◦ blue 196

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

Shades of Shocking #F396C4

Tints of Shocking #F396C4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

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

R = 41.26%
G = 25.47%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F396C4 (or 0xF396C4) is known color: Shocking. HEX triplet: F3, 96 and C4. RGB value is (243,150,196). Sum of RGB (Red+Green+Blue) = 243+150+196=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F396C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396C4 is #0C693B. Grayscale: #B6B6B6. Windows color (decimal): -813372 or 12883699. OLE color: 12883699.

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

Color convert

RGB 243 150 196 -
CMYK 0 0.38 0.19 0.05
HSL 330.32º 0.79% 0.77% -
HSV(B) 330.32º 0.38% 0.95% -
XYZ 57.83 44.85 57.83 -
YUV 183.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 243 150 196 0 0.38 0.19 0.05 330.32 0.79 0.77
Hex F3 96 C4 0 26 13 5 14A 4F 4D
Octal 363 226 304 0 46 23 5 512 117 115
Binary 11110011 10010110 11000100 0 100110 10011 101 101001010 1001111 1001101

Color Harmonies of #F396C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396C4

Black with #F396C4

Text Example


Text Example

White with #F396C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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