Html Css Color HEX #F199CD Shocking

📋 copy color: '#F199CD'

red 241 ◦ green 153 ◦ blue 205

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

Shades of Shocking #F199CD

Tints of Shocking #F199CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.54%

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

R = 40.23%
G = 25.54%
B = 34.22%

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

#F199CD (or 0xF199CD) is known color: Shocking. HEX triplet: F1, 99 and CD. RGB value is (241,153,205). Sum of RGB (Red+Green+Blue) = 241+153+205=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CD is #0E6632. Grayscale: #B9B9B9. Windows color (decimal): -943667 or 13474289. OLE color: 13474289.

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

Color convert

RGB 241 153 205 -
CMYK 0 0.37 0.15 0.05
HSL 324.55º 0.76% 0.77% -
HSV(B) 324.55º 0.37% 0.95% -
XYZ 58.69 45.89 63.52 -
YUV 185.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 241 153 205 0 0.37 0.15 0.05 324.55 0.76 0.77
Hex F1 99 CD 0 25 F 5 145 4C 4D
Octal 361 231 315 0 45 17 5 505 114 115
Binary 11110001 10011001 11001101 0 100101 1111 101 101000101 1001100 1001101

Color Harmonies of #F199CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F199CD

Black with #F199CD

Text Example


Text Example

White with #F199CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F199CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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