Html Css Color HEX #F258C7 Neon Pink

📋 copy color: '#F258C7'

red 242 ◦ green 88 ◦ blue 199

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

Shades of Neon Pink #F258C7

Tints of Neon Pink #F258C7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.64%

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

R = 45.75%
G = 16.64%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F258C7 (or 0xF258C7) is known color: Neon Pink. HEX triplet: F2, 58 and C7. RGB value is (242,88,199). Sum of RGB (Red+Green+Blue) = 242+88+199=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F258C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258C7 is #0DA738. Grayscale: #929292. Windows color (decimal): -894777 or 13064434. OLE color: 13064434.

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

Color convert

RGB 242 88 199 -
CMYK 0 0.64 0.18 0.05
HSL 316.75º 0.86% 0.65% -
HSV(B) 316.75º 0.64% 0.95% -
XYZ 50.42 29.98 57.16 -
YUV 146.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 242 88 199 0 0.64 0.18 0.05 316.75 0.86 0.65
Hex F2 58 C7 0 40 12 5 13D 56 41
Octal 362 130 307 0 100 22 5 475 126 101
Binary 11110010 1011000 11000111 0 1000000 10010 101 100111101 1010110 1000001

Color Harmonies of #F258C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258C7

Black with #F258C7

Text Example


Text Example

White with #F258C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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