Html Css Color HEX #F198CC Shocking

📋 copy color: '#F198CC'

red 241 ◦ green 152 ◦ blue 204

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

Shades of Shocking #F198CC

Tints of Shocking #F198CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.46%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 40.37%
G = 25.46%
B = 34.17%

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

#F198CC (or 0xF198CC) is known color: Shocking. HEX triplet: F1, 98 and CC. RGB value is (241,152,204). Sum of RGB (Red+Green+Blue) = 241+152+204=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F198CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198CC is #0E6733. Grayscale: #B8B8B8. Windows color (decimal): -943924 or 13408497. OLE color: 13408497.

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

Color convert

RGB 241 152 204 -
CMYK 0 0.37 0.15 0.05
HSL 324.94º 0.76% 0.77% -
HSV(B) 324.94º 0.37% 0.95% -
XYZ 58.4 45.52 62.83 -
YUV 184.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 241 152 204 0 0.37 0.15 0.05 324.94 0.76 0.77
Hex F1 98 CC 0 25 F 5 145 4C 4D
Octal 361 230 314 0 45 17 5 505 114 115
Binary 11110001 10011000 11001100 0 100101 1111 101 101000101 1001100 1001101

Color Harmonies of #F198CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198CC

Black with #F198CC

Text Example


Text Example

White with #F198CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198CC; }

 p { color: rgb(241,152,204); }

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

background-color css

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

 a { background-color: rgb(241,152,204); }

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

border-color css

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

 span { border-color: rgb(241,152,204); }

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