Html Css Color HEX #F867D2 Neon Pink

📋 copy color: '#F867D2'

red 248 ◦ green 103 ◦ blue 210

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

Shades of Neon Pink #F867D2

Tints of Neon Pink #F867D2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.36%

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

R = 44.21%
G = 18.36%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F867D2 (or 0xF867D2) is known color: Neon Pink. HEX triplet: F8, 67 and D2. RGB value is (248,103,210). Sum of RGB (Red+Green+Blue) = 248+103+210=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F867D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867D2 is #07982D. Grayscale: #9E9E9E. Windows color (decimal): -497710 or 13789176. OLE color: 13789176.

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

Color convert

RGB 248 103 210 -
CMYK 0 0.58 0.15 0.03
HSL 315.72º 0.91% 0.69% -
HSV(B) 315.72º 0.58% 0.97% -
XYZ 55.19 34.31 64.69 -
YUV 158.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 248 103 210 0 0.58 0.15 0.03 315.72 0.91 0.69
Hex F8 67 D2 0 3A F 3 13C 5B 45
Octal 370 147 322 0 72 17 3 474 133 105
Binary 11111000 1100111 11010010 0 111010 1111 11 100111100 1011011 1000101

Color Harmonies of #F867D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F867D2

Black with #F867D2

Text Example


Text Example

White with #F867D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F867D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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