Html Css Color HEX #F509BE Shocking Pink

📋 copy color: '#F509BE'

red 245 ◦ green 9 ◦ blue 190

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

Shades of Shocking Pink #F509BE

Tints of Shocking Pink #F509BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.03%

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 55.18%
G = 2.03%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F509BE (or 0xF509BE) is known color: Shocking Pink. HEX triplet: F5, 09 and BE. RGB value is (245,9,190). Sum of RGB (Red+Green+Blue) = 245+9+190=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F509BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509BE is #0AF641. Grayscale: #636363. Windows color (decimal): -718402 or 12454389. OLE color: 12454389.

HSL color Cylindrical-coordinate representation of color #F509BE: hue angle of 313.98º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509BE is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 190 -
CMYK 0 0.96 0.22 0.04
HSL 313.98º 0.93% 0.5% -
HSV(B) 313.98º 0.96% 0.96% -
XYZ 47.05 23.33 50.74 -
YUV 100.2 178.69 231.28 -
System Red Green Blue C M Y K H S L
Decimal 245 9 190 0 0.96 0.22 0.04 313.98 0.93 0.5
Hex F5 9 BE 0 60 16 4 13A 5D 32
Octal 365 11 276 0 140 26 4 472 135 62
Binary 11110101 1001 10111110 0 1100000 10110 100 100111010 1011101 110010

Color Harmonies of #F509BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509BE

Black with #F509BE

Text Example


Text Example

White with #F509BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509BE; }

 p { color: rgb(245,9,190); }

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

background-color css

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

 a { background-color: rgb(245,9,190); }

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

border-color css

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

 span { border-color: rgb(245,9,190); }

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