Html Css Color HEX #F069C9 Neon Pink

📋 copy color: '#F069C9'

red 240 ◦ green 105 ◦ blue 201

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

Shades of Neon Pink #F069C9

Tints of Neon Pink #F069C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 43.96%
G = 19.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F069C9 (or 0xF069C9) is known color: Neon Pink. HEX triplet: F0, 69 and C9. RGB value is (240,105,201). Sum of RGB (Red+Green+Blue) = 240+105+201=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C9 is #0F9636. Grayscale: #9C9C9C. Windows color (decimal): -1021495 or 13199856. OLE color: 13199856.

HSL color Cylindrical-coordinate representation of color #F069C9: hue angle of 317.33º 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 #F069C9 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 201 -
CMYK 0 0.56 0.16 0.06
HSL 317.33º 0.82% 0.68% -
HSV(B) 317.33º 0.56% 0.94% -
XYZ 51.53 32.85 58.88 -
YUV 156.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 240 105 201 0 0.56 0.16 0.06 317.33 0.82 0.68
Hex F0 69 C9 0 38 10 6 13D 52 44
Octal 360 151 311 0 70 20 6 475 122 104
Binary 11110000 1101001 11001001 0 111000 10000 110 100111101 1010010 1000100

Color Harmonies of #F069C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C9

Black with #F069C9

Text Example


Text Example

White with #F069C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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