Html Css Color HEX #F592BD Shocking

📋 copy color: '#F592BD'

red 245 ◦ green 146 ◦ blue 189

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

Shades of Shocking #F592BD

Tints of Shocking #F592BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 42.24%
G = 25.17%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F592BD (or 0xF592BD) is known color: Shocking. HEX triplet: F5, 92 and BD. RGB value is (245,146,189). Sum of RGB (Red+Green+Blue) = 245+146+189=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F592BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592BD is #0A6D42. Grayscale: #B4B4B4. Windows color (decimal): -683331 or 12423925. OLE color: 12423925.

HSL color Cylindrical-coordinate representation of color #F592BD: hue angle of 333.94º 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 #F592BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 146 189 -
CMYK 0 0.40 0.23 0.04
HSL 333.94º 0.83% 0.77% -
HSV(B) 333.94º 0.4% 0.96% -
XYZ 57.12 43.64 53.56 -
YUV 180.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 245 146 189 0 0.40 0.23 0.04 333.94 0.83 0.77
Hex F5 92 BD 0 28 17 4 14E 53 4D
Octal 365 222 275 0 50 27 4 516 123 115
Binary 11110101 10010010 10111101 0 101000 10111 100 101001110 1010011 1001101

Color Harmonies of #F592BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592BD

Black with #F592BD

Text Example


Text Example

White with #F592BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F592BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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