Html Css Color HEX #F069C2 Neon Pink

📋 copy color: '#F069C2'

red 240 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #F069C2

Tints of Neon Pink #F069C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 44.53%
G = 19.48%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F069C2 (or 0xF069C2) is known color: Neon Pink. HEX triplet: F0, 69 and C2. RGB value is (240,105,194). Sum of RGB (Red+Green+Blue) = 240+105+194=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C2 is #0F963D. Grayscale: #9B9B9B. Windows color (decimal): -1021502 or 12741104. OLE color: 12741104.

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

Color convert

RGB 240 105 194 -
CMYK 0 0.56 0.19 0.06
HSL 320.44º 0.82% 0.68% -
HSV(B) 320.44º 0.56% 0.94% -
XYZ 50.72 32.52 54.64 -
YUV 155.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 240 105 194 0 0.56 0.19 0.06 320.44 0.82 0.68
Hex F0 69 C2 0 38 13 6 140 52 44
Octal 360 151 302 0 70 23 6 500 122 104
Binary 11110000 1101001 11000010 0 111000 10011 110 101000000 1010010 1000100

Color Harmonies of #F069C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C2

Black with #F069C2

Text Example


Text Example

White with #F069C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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