Html Css Color HEX #F069C3 Neon Pink

📋 copy color: '#F069C3'

red 240 ◦ green 105 ◦ blue 195

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

Shades of Neon Pink #F069C3

Tints of Neon Pink #F069C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 44.44%
G = 19.44%
B = 36.11%

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

#F069C3 (or 0xF069C3) is known color: Neon Pink. HEX triplet: F0, 69 and C3. RGB value is (240,105,195). Sum of RGB (Red+Green+Blue) = 240+105+195=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C3 is #0F963C. Grayscale: #9B9B9B. Windows color (decimal): -1021501 or 12806640. OLE color: 12806640.

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

Color convert

RGB 240 105 195 -
CMYK 0 0.56 0.19 0.06
HSL 320º 0.82% 0.68% -
HSV(B) 320º 0.56% 0.94% -
XYZ 50.84 32.57 55.24 -
YUV 155.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 240 105 195 0 0.56 0.19 0.06 320 0.82 0.68
Hex F0 69 C3 0 38 13 6 140 52 44
Octal 360 151 303 0 70 23 6 500 122 104
Binary 11110000 1101001 11000011 0 111000 10011 110 101000000 1010010 1000100

Color Harmonies of #F069C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C3

Black with #F069C3

Text Example


Text Example

White with #F069C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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