Html Css Color HEX #F869BE Neon Pink

📋 copy color: '#F869BE'

red 248 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #F869BE

Tints of Neon Pink #F869BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 45.67%
G = 19.34%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F869BE (or 0xF869BE) is known color: Neon Pink. HEX triplet: F8, 69 and BE. RGB value is (248,105,190). Sum of RGB (Red+Green+Blue) = 248+105+190=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F869BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869BE is #079641. Grayscale: #9D9D9D. Windows color (decimal): -497218 or 12478968. OLE color: 12478968.

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

Color convert

RGB 248 105 190 -
CMYK 0 0.58 0.23 0.03
HSL 324.34º 0.91% 0.69% -
HSV(B) 324.34º 0.58% 0.97% -
XYZ 53.06 33.78 52.44 -
YUV 157.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 248 105 190 0 0.58 0.23 0.03 324.34 0.91 0.69
Hex F8 69 BE 0 3A 17 3 144 5B 45
Octal 370 151 276 0 72 27 3 504 133 105
Binary 11111000 1101001 10111110 0 111010 10111 11 101000100 1011011 1000101

Color Harmonies of #F869BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F869BE

Black with #F869BE

Text Example


Text Example

White with #F869BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F869BE; }

 p { color: rgb(248,105,190); }

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

background-color css

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

 a { background-color: rgb(248,105,190); }

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

border-color css

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

 span { border-color: rgb(248,105,190); }

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