Html Css Color HEX #F069C5 Neon Pink

📋 copy color: '#F069C5'

red 240 ◦ green 105 ◦ blue 197

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

Shades of Neon Pink #F069C5

Tints of Neon Pink #F069C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 44.28%
G = 19.37%
B = 36.35%

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

#F069C5 (or 0xF069C5) is known color: Neon Pink. HEX triplet: F0, 69 and C5. RGB value is (240,105,197). Sum of RGB (Red+Green+Blue) = 240+105+197=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C5 is #0F963A. Grayscale: #9B9B9B. Windows color (decimal): -1021499 or 12937712. OLE color: 12937712.

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

Color convert

RGB 240 105 197 -
CMYK 0 0.56 0.18 0.06
HSL 319.11º 0.82% 0.68% -
HSV(B) 319.11º 0.56% 0.94% -
XYZ 51.06 32.66 56.44 -
YUV 155.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 240 105 197 0 0.56 0.18 0.06 319.11 0.82 0.68
Hex F0 69 C5 0 38 12 6 13F 52 44
Octal 360 151 305 0 70 22 6 477 122 104
Binary 11110000 1101001 11000101 0 111000 10010 110 100111111 1010010 1000100

Color Harmonies of #F069C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C5

Black with #F069C5

Text Example


Text Example

White with #F069C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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