Html Css Color HEX #F267D1 Neon Pink

📋 copy color: '#F267D1'

red 242 ◦ green 103 ◦ blue 209

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

Shades of Neon Pink #F267D1

Tints of Neon Pink #F267D1

RGB

 RED value IS 242 (94.92% from 255) = 43.68%

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

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

R = 43.68%
G = 18.59%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F267D1 (or 0xF267D1) is known color: Neon Pink. HEX triplet: F2, 67 and D1. RGB value is (242,103,209). Sum of RGB (Red+Green+Blue) = 242+103+209=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F267D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267D1 is #0D982E. Grayscale: #9C9C9C. Windows color (decimal): -890927 or 13723634. OLE color: 13723634.

HSL color Cylindrical-coordinate representation of color #F267D1: hue angle of 314.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F267D1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 209 -
CMYK 0 0.57 0.14 0.05
HSL 314.24º 0.84% 0.68% -
HSV(B) 314.24º 0.57% 0.95% -
XYZ 52.98 33.18 63.93 -
YUV 156.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 242 103 209 0 0.57 0.14 0.05 314.24 0.84 0.68
Hex F2 67 D1 0 39 E 5 13A 54 44
Octal 362 147 321 0 71 16 5 472 124 104
Binary 11110010 1100111 11010001 0 111001 1110 101 100111010 1010100 1000100

Color Harmonies of #F267D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267D1

Black with #F267D1

Text Example


Text Example

White with #F267D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267D1; }

 p { color: rgb(242,103,209); }

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

background-color css

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

 a { background-color: rgb(242,103,209); }

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

border-color css

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

 span { border-color: rgb(242,103,209); }

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