Html Css Color HEX #F51ACF Shocking Pink

📋 copy color: '#F51ACF'

red 245 ◦ green 26 ◦ blue 207

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

Shades of Shocking Pink #F51ACF

Tints of Shocking Pink #F51ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.44%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 51.26%
G = 5.44%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F51ACF (or 0xF51ACF) is known color: Shocking Pink. HEX triplet: F5, 1A and CF. RGB value is (245,26,207). Sum of RGB (Red+Green+Blue) = 245+26+207=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ACF is #0AE530. Grayscale: #6F6F6F. Windows color (decimal): -714033 or 13572853. OLE color: 13572853.

HSL color Cylindrical-coordinate representation of color #F51ACF: hue angle of 310.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51ACF is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 207 -
CMYK 0 0.89 0.16 0.04
HSL 310.41º 0.92% 0.53% -
HSV(B) 310.41º 0.89% 0.96% -
XYZ 49.29 24.66 61.19 -
YUV 112.12 181.55 222.78 -
System Red Green Blue C M Y K H S L
Decimal 245 26 207 0 0.89 0.16 0.04 310.41 0.92 0.53
Hex F5 1A CF 0 59 10 4 136 5C 35
Octal 365 32 317 0 131 20 4 466 134 65
Binary 11110101 11010 11001111 0 1011001 10000 100 100110110 1011100 110101

Color Harmonies of #F51ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ACF

Black with #F51ACF

Text Example


Text Example

White with #F51ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ACF; }

 p { color: rgb(245,26,207); }

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

background-color css

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

 a { background-color: rgb(245,26,207); }

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

border-color css

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

 span { border-color: rgb(245,26,207); }

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