Html Css Color HEX #F195CA Shocking

📋 copy color: '#F195CA'

red 241 ◦ green 149 ◦ blue 202

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

Shades of Shocking #F195CA

Tints of Shocking #F195CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 40.71%
G = 25.17%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F195CA (or 0xF195CA) is known color: Shocking. HEX triplet: F1, 95 and CA. RGB value is (241,149,202). Sum of RGB (Red+Green+Blue) = 241+149+202=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F195CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195CA is #0E6A35. Grayscale: #B6B6B6. Windows color (decimal): -944694 or 13276657. OLE color: 13276657.

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

Color convert

RGB 241 149 202 -
CMYK 0 0.38 0.16 0.05
HSL 325.43º 0.77% 0.76% -
HSV(B) 325.43º 0.38% 0.95% -
XYZ 57.68 44.46 61.42 -
YUV 182.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 241 149 202 0 0.38 0.16 0.05 325.43 0.77 0.76
Hex F1 95 CA 0 26 10 5 145 4D 4C
Octal 361 225 312 0 46 20 5 505 115 114
Binary 11110001 10010101 11001010 0 100110 10000 101 101000101 1001101 1001100

Color Harmonies of #F195CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195CA

Black with #F195CA

Text Example


Text Example

White with #F195CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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