Html Css Color HEX #F253C0 Neon Pink

📋 copy color: '#F253C0'

red 242 ◦ green 83 ◦ blue 192

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

Shades of Neon Pink #F253C0

Tints of Neon Pink #F253C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 46.81%
G = 16.05%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F253C0 (or 0xF253C0) is known color: Neon Pink. HEX triplet: F2, 53 and C0. RGB value is (242,83,192). Sum of RGB (Red+Green+Blue) = 242+83+192=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F253C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253C0 is #0DAC3F. Grayscale: #8E8E8E. Windows color (decimal): -896064 or 12604402. OLE color: 12604402.

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

Color convert

RGB 242 83 192 -
CMYK 0 0.66 0.21 0.05
HSL 318.87º 0.86% 0.64% -
HSV(B) 318.87º 0.66% 0.95% -
XYZ 49.23 28.87 52.85 -
YUV 142.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 242 83 192 0 0.66 0.21 0.05 318.87 0.86 0.64
Hex F2 53 C0 0 42 15 5 13F 56 40
Octal 362 123 300 0 102 25 5 477 126 100
Binary 11110010 1010011 11000000 0 1000010 10101 101 100111111 1010110 1000000

Color Harmonies of #F253C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253C0

Black with #F253C0

Text Example


Text Example

White with #F253C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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