Html Css Color HEX #F258C3 Neon Pink

📋 copy color: '#F258C3'

red 242 ◦ green 88 ◦ blue 195

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

Shades of Neon Pink #F258C3

Tints of Neon Pink #F258C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 46.1%
G = 16.76%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F258C3 (or 0xF258C3) is known color: Neon Pink. HEX triplet: F2, 58 and C3. RGB value is (242,88,195). Sum of RGB (Red+Green+Blue) = 242+88+195=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F258C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258C3 is #0DA73C. Grayscale: #919191. Windows color (decimal): -894781 or 12802290. OLE color: 12802290.

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

Color convert

RGB 242 88 195 -
CMYK 0 0.64 0.19 0.05
HSL 318.31º 0.86% 0.65% -
HSV(B) 318.31º 0.64% 0.95% -
XYZ 49.96 29.8 54.75 -
YUV 146.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 242 88 195 0 0.64 0.19 0.05 318.31 0.86 0.65
Hex F2 58 C3 0 40 13 5 13E 56 41
Octal 362 130 303 0 100 23 5 476 126 101
Binary 11110010 1011000 11000011 0 1000000 10011 101 100111110 1010110 1000001

Color Harmonies of #F258C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258C3

Black with #F258C3

Text Example


Text Example

White with #F258C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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