Html Css Color HEX #F069D1 Neon Pink

📋 copy color: '#F069D1'

red 240 ◦ green 105 ◦ blue 209

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

Shades of Neon Pink #F069D1

Tints of Neon Pink #F069D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 43.32%
G = 18.95%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F069D1 (or 0xF069D1) is known color: Neon Pink. HEX triplet: F0, 69 and D1. RGB value is (240,105,209). Sum of RGB (Red+Green+Blue) = 240+105+209=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F069D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069D1 is #0F962E. Grayscale: #9C9C9C. Windows color (decimal): -1021487 or 13724144. OLE color: 13724144.

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

Color convert

RGB 240 105 209 -
CMYK 0 0.56 0.13 0.06
HSL 313.78º 0.82% 0.68% -
HSV(B) 313.78º 0.56% 0.94% -
XYZ 52.5 33.23 63.97 -
YUV 157.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 240 105 209 0 0.56 0.13 0.06 313.78 0.82 0.68
Hex F0 69 D1 0 38 D 6 13A 52 44
Octal 360 151 321 0 70 15 6 472 122 104
Binary 11110000 1101001 11010001 0 111000 1101 110 100111010 1010010 1000100

Color Harmonies of #F069D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069D1

Black with #F069D1

Text Example


Text Example

White with #F069D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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