Html Css Color HEX #F25DC7 Neon Pink

📋 copy color: '#F25DC7'

red 242 ◦ green 93 ◦ blue 199

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

Shades of Neon Pink #F25DC7

Tints of Neon Pink #F25DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.42%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 45.32%
G = 17.42%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F25DC7 (or 0xF25DC7) is known color: Neon Pink. HEX triplet: F2, 5D and C7. RGB value is (242,93,199). Sum of RGB (Red+Green+Blue) = 242+93+199=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC7 is #0DA238. Grayscale: #959595. Windows color (decimal): -893497 or 13065714. OLE color: 13065714.

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

Color convert

RGB 242 93 199 -
CMYK 0 0.62 0.18 0.05
HSL 317.32º 0.85% 0.66% -
HSV(B) 317.32º 0.62% 0.95% -
XYZ 50.84 30.83 57.3 -
YUV 149.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 242 93 199 0 0.62 0.18 0.05 317.32 0.85 0.66
Hex F2 5D C7 0 3E 12 5 13D 55 42
Octal 362 135 307 0 76 22 5 475 125 102
Binary 11110010 1011101 11000111 0 111110 10010 101 100111101 1010101 1000010

Color Harmonies of #F25DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DC7

Black with #F25DC7

Text Example


Text Example

White with #F25DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DC7; }

 p { color: rgb(242,93,199); }

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

background-color css

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

 a { background-color: rgb(242,93,199); }

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

border-color css

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

 span { border-color: rgb(242,93,199); }

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