Html Css Color HEX #F069C6 Neon Pink

📋 copy color: '#F069C6'

red 240 ◦ green 105 ◦ blue 198

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

Shades of Neon Pink #F069C6

Tints of Neon Pink #F069C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 44.2%
G = 19.34%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F069C6 (or 0xF069C6) is known color: Neon Pink. HEX triplet: F0, 69 and C6. RGB value is (240,105,198). Sum of RGB (Red+Green+Blue) = 240+105+198=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C6 is #0F9639. Grayscale: #9B9B9B. Windows color (decimal): -1021498 or 13003248. OLE color: 13003248.

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

Color convert

RGB 240 105 198 -
CMYK 0 0.56 0.18 0.06
HSL 318.67º 0.82% 0.68% -
HSV(B) 318.67º 0.56% 0.94% -
XYZ 51.18 32.71 57.04 -
YUV 155.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 240 105 198 0 0.56 0.18 0.06 318.67 0.82 0.68
Hex F0 69 C6 0 38 12 6 13F 52 44
Octal 360 151 306 0 70 22 6 477 122 104
Binary 11110000 1101001 11000110 0 111000 10010 110 100111111 1010010 1000100

Color Harmonies of #F069C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C6

Black with #F069C6

Text Example


Text Example

White with #F069C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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