Html Css Color HEX #F069C7 Neon Pink

📋 copy color: '#F069C7'

red 240 ◦ green 105 ◦ blue 199

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

Shades of Neon Pink #F069C7

Tints of Neon Pink #F069C7

RGB

 RED value IS 240 (94.14% from 255) = 44.12%

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 44.12%
G = 19.3%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F069C7 (or 0xF069C7) is known color: Neon Pink. HEX triplet: F0, 69 and C7. RGB value is (240,105,199). Sum of RGB (Red+Green+Blue) = 240+105+199=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C7 is #0F9638. Grayscale: #9B9B9B. Windows color (decimal): -1021497 or 13068784. OLE color: 13068784.

HSL color Cylindrical-coordinate representation of color #F069C7: hue angle of 318.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069C7 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 199 -
CMYK 0 0.56 0.17 0.06
HSL 318.22º 0.82% 0.68% -
HSV(B) 318.22º 0.56% 0.94% -
XYZ 51.3 32.75 57.65 -
YUV 156.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 240 105 199 0 0.56 0.17 0.06 318.22 0.82 0.68
Hex F0 69 C7 0 38 11 6 13E 52 44
Octal 360 151 307 0 70 21 6 476 122 104
Binary 11110000 1101001 11000111 0 111000 10001 110 100111110 1010010 1000100

Color Harmonies of #F069C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C7

Black with #F069C7

Text Example


Text Example

White with #F069C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C7; }

 p { color: rgb(240,105,199); }

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

background-color css

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

 a { background-color: rgb(240,105,199); }

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

border-color css

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

 span { border-color: rgb(240,105,199); }

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