Html Css Color HEX #F59BC4 Shocking

📋 copy color: '#F59BC4'

red 245 ◦ green 155 ◦ blue 196

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

Shades of Shocking #F59BC4

Tints of Shocking #F59BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.01%

 BLUE value IS 196 (76.95% from 255) = 32.89%

R = 41.11%
G = 26.01%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F59BC4 (or 0xF59BC4) is known color: Shocking. HEX triplet: F5, 9B and C4. RGB value is (245,155,196). Sum of RGB (Red+Green+Blue) = 245+155+196=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BC4 is #0A643B. Grayscale: #BABABA. Windows color (decimal): -681020 or 12884981. OLE color: 12884981.

HSL color Cylindrical-coordinate representation of color #F59BC4: hue angle of 332.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BC4 is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 155 196 -
CMYK 0 0.37 0.2 0.04
HSL 332.67º 0.82% 0.78% -
HSV(B) 332.67º 0.37% 0.96% -
XYZ 59.34 46.84 58.14 -
YUV 186.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 245 155 196 0 0.37 0.2 0.04 332.67 0.82 0.78
Hex F5 9B C4 0 25 14 4 14D 52 4E
Octal 365 233 304 0 45 24 4 515 122 116
Binary 11110101 10011011 11000100 0 100101 10100 100 101001101 1010010 1001110

Color Harmonies of #F59BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BC4

Black with #F59BC4

Text Example


Text Example

White with #F59BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BC4; }

 p { color: rgb(245,155,196); }

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

background-color css

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

 a { background-color: rgb(245,155,196); }

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

border-color css

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

 span { border-color: rgb(245,155,196); }

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