Html Css Color HEX #F396CA Shocking

📋 copy color: '#F396CA'

red 243 ◦ green 150 ◦ blue 202

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

Shades of Shocking #F396CA

Tints of Shocking #F396CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.95%

R = 40.84%
G = 25.21%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F396CA (or 0xF396CA) is known color: Shocking. HEX triplet: F3, 96 and CA. RGB value is (243,150,202). Sum of RGB (Red+Green+Blue) = 243+150+202=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F396CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396CA is #0C6935. Grayscale: #B7B7B7. Windows color (decimal): -813366 or 13276915. OLE color: 13276915.

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

Color convert

RGB 243 150 202 -
CMYK 0 0.38 0.17 0.05
HSL 326.45º 0.79% 0.77% -
HSV(B) 326.45º 0.38% 0.95% -
XYZ 58.53 45.13 61.5 -
YUV 183.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 243 150 202 0 0.38 0.17 0.05 326.45 0.79 0.77
Hex F3 96 CA 0 26 11 5 146 4F 4D
Octal 363 226 312 0 46 21 5 506 117 115
Binary 11110011 10010110 11001010 0 100110 10001 101 101000110 1001111 1001101

Color Harmonies of #F396CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396CA

Black with #F396CA

Text Example


Text Example

White with #F396CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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