Html Css Color HEX #F592C1 Shocking

📋 copy color: '#F592C1'

red 245 ◦ green 146 ◦ blue 193

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

Shades of Shocking #F592C1

Tints of Shocking #F592C1

RGB

 RED value IS 245 (96.09% from 255) = 41.95%

 GREEN value IS 146 (57.42% from 255) = 25%

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 41.95%
G = 25%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F592C1 (or 0xF592C1) is known color: Shocking. HEX triplet: F5, 92 and C1. RGB value is (245,146,193). Sum of RGB (Red+Green+Blue) = 245+146+193=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F592C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592C1 is #0A6D3E. Grayscale: #B4B4B4. Windows color (decimal): -683327 or 12686069. OLE color: 12686069.

HSL color Cylindrical-coordinate representation of color #F592C1: hue angle of 331.52º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592C1 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 146 193 -
CMYK 0 0.40 0.21 0.04
HSL 331.52º 0.83% 0.77% -
HSV(B) 331.52º 0.4% 0.96% -
XYZ 57.56 43.82 55.88 -
YUV 180.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 245 146 193 0 0.40 0.21 0.04 331.52 0.83 0.77
Hex F5 92 C1 0 28 15 4 14C 53 4D
Octal 365 222 301 0 50 25 4 514 123 115
Binary 11110101 10010010 11000001 0 101000 10101 100 101001100 1010011 1001101

Color Harmonies of #F592C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592C1

Black with #F592C1

Text Example


Text Example

White with #F592C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F592C1; }

 p { color: rgb(245,146,193); }

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

background-color css

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

 a { background-color: rgb(245,146,193); }

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

border-color css

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

 span { border-color: rgb(245,146,193); }

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