Html Css Color HEX #F767D3 Neon Pink

📋 copy color: '#F767D3'

red 247 ◦ green 103 ◦ blue 211

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

Shades of Neon Pink #F767D3

Tints of Neon Pink #F767D3

RGB

 RED value IS 247 (96.88% from 255) = 44.03%

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 44.03%
G = 18.36%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F767D3 (or 0xF767D3) is known color: Neon Pink. HEX triplet: F7, 67 and D3. RGB value is (247,103,211). Sum of RGB (Red+Green+Blue) = 247+103+211=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F767D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767D3 is #08982C. Grayscale: #9E9E9E. Windows color (decimal): -563245 or 13854711. OLE color: 13854711.

HSL color Cylindrical-coordinate representation of color #F767D3: hue angle of 315º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767D3 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 103 211 -
CMYK 0 0.58 0.15 0.03
HSL 315º 0.9% 0.69% -
HSV(B) 315º 0.58% 0.97% -
XYZ 54.97 34.18 65.33 -
YUV 158.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 247 103 211 0 0.58 0.15 0.03 315 0.9 0.69
Hex F7 67 D3 0 3A F 3 13B 5A 45
Octal 367 147 323 0 72 17 3 473 132 105
Binary 11110111 1100111 11010011 0 111010 1111 11 100111011 1011010 1000101

Color Harmonies of #F767D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F767D3

Black with #F767D3

Text Example


Text Example

White with #F767D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F767D3; }

 p { color: rgb(247,103,211); }

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

background-color css

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

 a { background-color: rgb(247,103,211); }

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

border-color css

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

 span { border-color: rgb(247,103,211); }

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