Html Css Color HEX #F862D2 Neon Pink

📋 copy color: '#F862D2'

red 248 ◦ green 98 ◦ blue 210

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

Shades of Neon Pink #F862D2

Tints of Neon Pink #F862D2

RGB

 RED value IS 248 (97.27% from 255) = 44.6%

 GREEN value IS 98 (38.67% from 255) = 17.63%

 BLUE value IS 210 (82.42% from 255) = 37.77%

R = 44.6%
G = 17.63%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F862D2 (or 0xF862D2) is known color: Neon Pink. HEX triplet: F8, 62 and D2. RGB value is (248,98,210). Sum of RGB (Red+Green+Blue) = 248+98+210=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F862D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862D2 is #079D2D. Grayscale: #9B9B9B. Windows color (decimal): -498990 or 13787896. OLE color: 13787896.

HSL color Cylindrical-coordinate representation of color #F862D2: hue angle of 315.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F862D2 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 98 210 -
CMYK 0 0.60 0.15 0.03
HSL 315.2º 0.91% 0.68% -
HSV(B) 315.2º 0.6% 0.97% -
XYZ 54.71 33.34 64.53 -
YUV 155.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 248 98 210 0 0.60 0.15 0.03 315.2 0.91 0.68
Hex F8 62 D2 0 3C F 3 13B 5B 44
Octal 370 142 322 0 74 17 3 473 133 104
Binary 11111000 1100010 11010010 0 111100 1111 11 100111011 1011011 1000100

Color Harmonies of #F862D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F862D2

Black with #F862D2

Text Example


Text Example

White with #F862D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F862D2; }

 p { color: rgb(248,98,210); }

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

background-color css

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

 a { background-color: rgb(248,98,210); }

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

border-color css

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

 span { border-color: rgb(248,98,210); }

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