Html Css Color HEX #F197D0 Shocking

📋 copy color: '#F197D0'

red 241 ◦ green 151 ◦ blue 208

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

Shades of Shocking #F197D0

Tints of Shocking #F197D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 40.17%
G = 25.17%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F197D0 (or 0xF197D0) is known color: Shocking. HEX triplet: F1, 97 and D0. RGB value is (241,151,208). Sum of RGB (Red+Green+Blue) = 241+151+208=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D0 is #0E682F. Grayscale: #B8B8B8. Windows color (decimal): -944176 or 13670385. OLE color: 13670385.

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

Color convert

RGB 241 151 208 -
CMYK 0 0.37 0.14 0.05
HSL 322º 0.76% 0.77% -
HSV(B) 322º 0.37% 0.95% -
XYZ 58.73 45.39 65.34 -
YUV 184.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 241 151 208 0 0.37 0.14 0.05 322 0.76 0.77
Hex F1 97 D0 0 25 E 5 142 4C 4D
Octal 361 227 320 0 45 16 5 502 114 115
Binary 11110001 10010111 11010000 0 100101 1110 101 101000010 1001100 1001101

Color Harmonies of #F197D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197D0

Black with #F197D0

Text Example


Text Example

White with #F197D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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