Html Css Color HEX #F152C1 Neon Pink

📋 copy color: '#F152C1'

red 241 ◦ green 82 ◦ blue 193

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

Shades of Neon Pink #F152C1

Tints of Neon Pink #F152C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 46.71%
G = 15.89%
B = 37.4%

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

#F152C1 (or 0xF152C1) is known color: Neon Pink. HEX triplet: F1, 52 and C1. RGB value is (241,82,193). Sum of RGB (Red+Green+Blue) = 241+82+193=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F152C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152C1 is #0EAD3E. Grayscale: #8D8D8D. Windows color (decimal): -961855 or 12669681. OLE color: 12669681.

HSL color Cylindrical-coordinate representation of color #F152C1: hue angle of 318.11º 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 #F152C1 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 193 -
CMYK 0 0.66 0.20 0.05
HSL 318.11º 0.85% 0.63% -
HSV(B) 318.11º 0.66% 0.95% -
XYZ 48.92 28.59 53.39 -
YUV 142.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 241 82 193 0 0.66 0.20 0.05 318.11 0.85 0.63
Hex F1 52 C1 0 42 14 5 13E 55 3F
Octal 361 122 301 0 102 24 5 476 125 77
Binary 11110001 1010010 11000001 0 1000010 10100 101 100111110 1010101 111111

Color Harmonies of #F152C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152C1

Black with #F152C1

Text Example


Text Example

White with #F152C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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