Html Css Color HEX #F153C2 Neon Pink

📋 copy color: '#F153C2'

red 241 ◦ green 83 ◦ blue 194

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

Shades of Neon Pink #F153C2

Tints of Neon Pink #F153C2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

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

R = 46.53%
G = 16.02%
B = 37.45%

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

#F153C2 (or 0xF153C2) is known color: Neon Pink. HEX triplet: F1, 53 and C2. RGB value is (241,83,194). Sum of RGB (Red+Green+Blue) = 241+83+194=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F153C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153C2 is #0EAC3D. Grayscale: #8E8E8E. Windows color (decimal): -961598 or 12735473. OLE color: 12735473.

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

Color convert

RGB 241 83 194 -
CMYK 0 0.66 0.20 0.05
HSL 317.85º 0.85% 0.64% -
HSV(B) 317.85º 0.66% 0.95% -
XYZ 49.11 28.78 54.01 -
YUV 142.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 241 83 194 0 0.66 0.20 0.05 317.85 0.85 0.64
Hex F1 53 C2 0 42 14 5 13E 55 40
Octal 361 123 302 0 102 24 5 476 125 100
Binary 11110001 1010011 11000010 0 1000010 10100 101 100111110 1010101 1000000

Color Harmonies of #F153C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153C2

Black with #F153C2

Text Example


Text Example

White with #F153C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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