Html Css Color HEX #F152C2 Neon Pink

📋 copy color: '#F152C2'

red 241 ◦ green 82 ◦ blue 194

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

Shades of Neon Pink #F152C2

Tints of Neon Pink #F152C2

RGB

 RED value IS 241 (94.53% from 255) = 46.62%

 GREEN value IS 82 (32.42% from 255) = 15.86%

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 46.62%
G = 15.86%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F152C2 (or 0xF152C2) is known color: Neon Pink. HEX triplet: F1, 52 and C2. RGB value is (241,82,194). Sum of RGB (Red+Green+Blue) = 241+82+194=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F152C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152C2 is #0EAD3D. Grayscale: #8E8E8E. Windows color (decimal): -961854 or 12735217. OLE color: 12735217.

HSL color Cylindrical-coordinate representation of color #F152C2: hue angle of 317.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152C2 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 194 -
CMYK 0 0.66 0.20 0.05
HSL 317.74º 0.85% 0.63% -
HSV(B) 317.74º 0.66% 0.95% -
XYZ 49.03 28.63 53.98 -
YUV 142.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 241 82 194 0 0.66 0.20 0.05 317.74 0.85 0.63
Hex F1 52 C2 0 42 14 5 13E 55 3F
Octal 361 122 302 0 102 24 5 476 125 77
Binary 11110001 1010010 11000010 0 1000010 10100 101 100111110 1010101 111111

Color Harmonies of #F152C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152C2

Black with #F152C2

Text Example


Text Example

White with #F152C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152C2; }

 p { color: rgb(241,82,194); }

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

background-color css

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

 a { background-color: rgb(241,82,194); }

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

border-color css

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

 span { border-color: rgb(241,82,194); }

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