Html Css Color HEX #F195C7 Shocking

📋 copy color: '#F195C7'

red 241 ◦ green 149 ◦ blue 199

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

Shades of Shocking #F195C7

Tints of Shocking #F195C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.79%

R = 40.92%
G = 25.3%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F195C7 (or 0xF195C7) is known color: Shocking. HEX triplet: F1, 95 and C7. RGB value is (241,149,199). Sum of RGB (Red+Green+Blue) = 241+149+199=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F195C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195C7 is #0E6A38. Grayscale: #B6B6B6. Windows color (decimal): -944697 or 13080049. OLE color: 13080049.

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

Color convert

RGB 241 149 199 -
CMYK 0 0.38 0.17 0.05
HSL 327.39º 0.77% 0.76% -
HSV(B) 327.39º 0.38% 0.95% -
XYZ 57.33 44.32 59.57 -
YUV 182.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 241 149 199 0 0.38 0.17 0.05 327.39 0.77 0.76
Hex F1 95 C7 0 26 11 5 147 4D 4C
Octal 361 225 307 0 46 21 5 507 115 114
Binary 11110001 10010101 11000111 0 100110 10001 101 101000111 1001101 1001100

Color Harmonies of #F195C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195C7

Black with #F195C7

Text Example


Text Example

White with #F195C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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