Html Css Color HEX #F254C0 Neon Pink

📋 copy color: '#F254C0'

red 242 ◦ green 84 ◦ blue 192

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

Shades of Neon Pink #F254C0

Tints of Neon Pink #F254C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.22%

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

R = 46.72%
G = 16.22%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F254C0 (or 0xF254C0) is known color: Neon Pink. HEX triplet: F2, 54 and C0. RGB value is (242,84,192). Sum of RGB (Red+Green+Blue) = 242+84+192=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F254C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254C0 is #0DAB3F. Grayscale: #8F8F8F. Windows color (decimal): -895808 or 12604658. OLE color: 12604658.

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

Color convert

RGB 242 84 192 -
CMYK 0 0.65 0.21 0.05
HSL 318.99º 0.86% 0.64% -
HSV(B) 318.99º 0.65% 0.95% -
XYZ 49.3 29.02 52.87 -
YUV 143.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 242 84 192 0 0.65 0.21 0.05 318.99 0.86 0.64
Hex F2 54 C0 0 41 15 5 13F 56 40
Octal 362 124 300 0 101 25 5 477 126 100
Binary 11110010 1010100 11000000 0 1000001 10101 101 100111111 1010110 1000000

Color Harmonies of #F254C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F254C0

Black with #F254C0

Text Example


Text Example

White with #F254C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F254C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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