Html Css Color HEX #F861D4 Neon Pink

📋 copy color: '#F861D4'

red 248 ◦ green 97 ◦ blue 212

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

Shades of Neon Pink #F861D4

Tints of Neon Pink #F861D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 44.52%
G = 17.41%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F861D4 (or 0xF861D4) is known color: Neon Pink. HEX triplet: F8, 61 and D4. RGB value is (248,97,212). Sum of RGB (Red+Green+Blue) = 248+97+212=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D4 is #079E2B. Grayscale: #9A9A9A. Windows color (decimal): -499244 or 13918712. OLE color: 13918712.

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

Color convert

RGB 248 97 212 -
CMYK 0 0.61 0.15 0.03
HSL 314.3º 0.92% 0.68% -
HSV(B) 314.3º 0.61% 0.97% -
XYZ 54.87 33.26 65.82 -
YUV 155.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 248 97 212 0 0.61 0.15 0.03 314.3 0.92 0.68
Hex F8 61 D4 0 3D F 3 13A 5C 44
Octal 370 141 324 0 75 17 3 472 134 104
Binary 11111000 1100001 11010100 0 111101 1111 11 100111010 1011100 1000100

Color Harmonies of #F861D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861D4

Black with #F861D4

Text Example


Text Example

White with #F861D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861D4; }

 p { color: rgb(248,97,212); }

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

background-color css

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

 a { background-color: rgb(248,97,212); }

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

border-color css

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

 span { border-color: rgb(248,97,212); }

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