Html Css Color HEX #F197CA Shocking

📋 copy color: '#F197CA'

red 241 ◦ green 151 ◦ blue 202

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

Shades of Shocking #F197CA

Tints of Shocking #F197CA

RGB

 RED value IS 241 (94.53% from 255) = 40.57%

 GREEN value IS 151 (59.38% from 255) = 25.42%

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

R = 40.57%
G = 25.42%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F197CA (or 0xF197CA) is known color: Shocking. HEX triplet: F1, 97 and CA. RGB value is (241,151,202). Sum of RGB (Red+Green+Blue) = 241+151+202=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CA is #0E6835. Grayscale: #B7B7B7. Windows color (decimal): -944182 or 13277169. OLE color: 13277169.

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

Color convert

RGB 241 151 202 -
CMYK 0 0.37 0.16 0.05
HSL 326º 0.76% 0.77% -
HSV(B) 326º 0.37% 0.95% -
XYZ 58 45.1 61.52 -
YUV 183.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 241 151 202 0 0.37 0.16 0.05 326 0.76 0.77
Hex F1 97 CA 0 25 10 5 146 4C 4D
Octal 361 227 312 0 45 20 5 506 114 115
Binary 11110001 10010111 11001010 0 100101 10000 101 101000110 1001100 1001101

Color Harmonies of #F197CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197CA

Black with #F197CA

Text Example


Text Example

White with #F197CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197CA; }

 p { color: rgb(241,151,202); }

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

background-color css

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

 a { background-color: rgb(241,151,202); }

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

border-color css

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

 span { border-color: rgb(241,151,202); }

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