Html Css Color HEX #F867C2 Neon Pink

📋 copy color: '#F867C2'

red 248 ◦ green 103 ◦ blue 194

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

Shades of Neon Pink #F867C2

Tints of Neon Pink #F867C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 45.5%
G = 18.9%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F867C2 (or 0xF867C2) is known color: Neon Pink. HEX triplet: F8, 67 and C2. RGB value is (248,103,194). Sum of RGB (Red+Green+Blue) = 248+103+194=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F867C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867C2 is #07983D. Grayscale: #9C9C9C. Windows color (decimal): -497726 or 12740600. OLE color: 12740600.

HSL color Cylindrical-coordinate representation of color #F867C2: hue angle of 322.34º 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 #F867C2 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 103 194 -
CMYK 0 0.58 0.22 0.03
HSL 322.34º 0.91% 0.69% -
HSV(B) 322.34º 0.58% 0.97% -
XYZ 53.3 33.55 54.71 -
YUV 156.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 248 103 194 0 0.58 0.22 0.03 322.34 0.91 0.69
Hex F8 67 C2 0 3A 16 3 142 5B 45
Octal 370 147 302 0 72 26 3 502 133 105
Binary 11111000 1100111 11000010 0 111010 10110 11 101000010 1011011 1000101

Color Harmonies of #F867C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F867C2

Black with #F867C2

Text Example


Text Example

White with #F867C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F867C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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