Html Css Color HEX #F253C2 Neon Pink

📋 copy color: '#F253C2'

red 242 ◦ green 83 ◦ blue 194

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

Shades of Neon Pink #F253C2

Tints of Neon Pink #F253C2

RGB

 RED value IS 242 (94.92% from 255) = 46.63%

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

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

R = 46.63%
G = 15.99%
B = 37.38%

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

#F253C2 (or 0xF253C2) is known color: Neon Pink. HEX triplet: F2, 53 and C2. RGB value is (242,83,194). Sum of RGB (Red+Green+Blue) = 242+83+194=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F253C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253C2 is #0DAC3D. Grayscale: #8E8E8E. Windows color (decimal): -896062 or 12735474. OLE color: 12735474.

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

Color convert

RGB 242 83 194 -
CMYK 0 0.66 0.20 0.05
HSL 318.11º 0.86% 0.64% -
HSV(B) 318.11º 0.66% 0.95% -
XYZ 49.45 28.96 54.02 -
YUV 143.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 242 83 194 0 0.66 0.20 0.05 318.11 0.86 0.64
Hex F2 53 C2 0 42 14 5 13E 56 40
Octal 362 123 302 0 102 24 5 476 126 100
Binary 11110010 1010011 11000010 0 1000010 10100 101 100111110 1010110 1000000

Color Harmonies of #F253C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253C2

Black with #F253C2

Text Example


Text Example

White with #F253C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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