Html Css Color HEX #F195CC Shocking

📋 copy color: '#F195CC'

red 241 ◦ green 149 ◦ blue 204

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

Shades of Shocking #F195CC

Tints of Shocking #F195CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.08%

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

R = 40.57%
G = 25.08%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F195CC (or 0xF195CC) is known color: Shocking. HEX triplet: F1, 95 and CC. RGB value is (241,149,204). Sum of RGB (Red+Green+Blue) = 241+149+204=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F195CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195CC is #0E6A33. Grayscale: #B6B6B6. Windows color (decimal): -944692 or 13407729. OLE color: 13407729.

HSL color Cylindrical-coordinate representation of color #F195CC: hue angle of 324.13º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195CC is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 204 -
CMYK 0 0.38 0.15 0.05
HSL 324.13º 0.77% 0.76% -
HSV(B) 324.13º 0.38% 0.95% -
XYZ 57.92 44.56 62.67 -
YUV 182.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 241 149 204 0 0.38 0.15 0.05 324.13 0.77 0.76
Hex F1 95 CC 0 26 F 5 144 4D 4C
Octal 361 225 314 0 46 17 5 504 115 114
Binary 11110001 10010101 11001100 0 100110 1111 101 101000100 1001101 1001100

Color Harmonies of #F195CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195CC

Black with #F195CC

Text Example


Text Example

White with #F195CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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