Html Css Color HEX #F067D0 Neon Pink

📋 copy color: '#F067D0'

red 240 ◦ green 103 ◦ blue 208

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

Shades of Neon Pink #F067D0

Tints of Neon Pink #F067D0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.69%

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 43.56%
G = 18.69%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F067D0 (or 0xF067D0) is known color: Neon Pink. HEX triplet: F0, 67 and D0. RGB value is (240,103,208). Sum of RGB (Red+Green+Blue) = 240+103+208=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F067D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067D0 is #0F982F. Grayscale: #9B9B9B. Windows color (decimal): -1022000 or 13658096. OLE color: 13658096.

HSL color Cylindrical-coordinate representation of color #F067D0: hue angle of 314.01º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067D0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 208 -
CMYK 0 0.57 0.13 0.06
HSL 314.01º 0.82% 0.67% -
HSV(B) 314.01º 0.57% 0.94% -
XYZ 52.17 32.78 63.25 -
YUV 155.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 240 103 208 0 0.57 0.13 0.06 314.01 0.82 0.67
Hex F0 67 D0 0 39 D 6 13A 52 43
Octal 360 147 320 0 71 15 6 472 122 103
Binary 11110000 1100111 11010000 0 111001 1101 110 100111010 1010010 1000011

Color Harmonies of #F067D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067D0

Black with #F067D0

Text Example


Text Example

White with #F067D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067D0; }

 p { color: rgb(240,103,208); }

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

background-color css

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

 a { background-color: rgb(240,103,208); }

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

border-color css

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

 span { border-color: rgb(240,103,208); }

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