Html Css Color HEX #F199CB Shocking

📋 copy color: '#F199CB'

red 241 ◦ green 153 ◦ blue 203

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

Shades of Shocking #F199CB

Tints of Shocking #F199CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 40.37%
G = 25.63%
B = 34%

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

#F199CB (or 0xF199CB) is known color: Shocking. HEX triplet: F1, 99 and CB. RGB value is (241,153,203). Sum of RGB (Red+Green+Blue) = 241+153+203=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CB is #0E6634. Grayscale: #B8B8B8. Windows color (decimal): -943669 or 13343217. OLE color: 13343217.

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

Color convert

RGB 241 153 203 -
CMYK 0 0.37 0.16 0.05
HSL 325.91º 0.76% 0.77% -
HSV(B) 325.91º 0.37% 0.95% -
XYZ 58.45 45.8 62.26 -
YUV 185.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 241 153 203 0 0.37 0.16 0.05 325.91 0.76 0.77
Hex F1 99 CB 0 25 10 5 146 4C 4D
Octal 361 231 313 0 45 20 5 506 114 115
Binary 11110001 10011001 11001011 0 100101 10000 101 101000110 1001100 1001101

Color Harmonies of #F199CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F199CB

Black with #F199CB

Text Example


Text Example

White with #F199CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F199CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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