Html Css Color HEX #F197CD Shocking

📋 copy color: '#F197CD'

red 241 ◦ green 151 ◦ blue 205

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

Shades of Shocking #F197CD

Tints of Shocking #F197CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 40.37%
G = 25.29%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F197CD (or 0xF197CD) is known color: Shocking. HEX triplet: F1, 97 and CD. RGB value is (241,151,205). Sum of RGB (Red+Green+Blue) = 241+151+205=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CD is #0E6832. Grayscale: #B7B7B7. Windows color (decimal): -944179 or 13473777. OLE color: 13473777.

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

Color convert

RGB 241 151 205 -
CMYK 0 0.37 0.15 0.05
HSL 324º 0.76% 0.77% -
HSV(B) 324º 0.37% 0.95% -
XYZ 58.36 45.24 63.41 -
YUV 184.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 241 151 205 0 0.37 0.15 0.05 324 0.76 0.77
Hex F1 97 CD 0 25 F 5 144 4C 4D
Octal 361 227 315 0 45 17 5 504 114 115
Binary 11110001 10010111 11001101 0 100101 1111 101 101000100 1001100 1001101

Color Harmonies of #F197CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197CD

Black with #F197CD

Text Example


Text Example

White with #F197CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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