Html Css Color HEX #F267C9 Neon Pink

📋 copy color: '#F267C9'

red 242 ◦ green 103 ◦ blue 201

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

Shades of Neon Pink #F267C9

Tints of Neon Pink #F267C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 44.32%
G = 18.86%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F267C9 (or 0xF267C9) is known color: Neon Pink. HEX triplet: F2, 67 and C9. RGB value is (242,103,201). Sum of RGB (Red+Green+Blue) = 242+103+201=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C9 is #0D9836. Grayscale: #9B9B9B. Windows color (decimal): -890935 or 13199346. OLE color: 13199346.

HSL color Cylindrical-coordinate representation of color #F267C9: hue angle of 317.7º 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 #F267C9 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 201 -
CMYK 0 0.57 0.17 0.05
HSL 317.7º 0.84% 0.68% -
HSV(B) 317.7º 0.57% 0.95% -
XYZ 52.01 32.79 58.85 -
YUV 155.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 242 103 201 0 0.57 0.17 0.05 317.7 0.84 0.68
Hex F2 67 C9 0 39 11 5 13E 54 44
Octal 362 147 311 0 71 21 5 476 124 104
Binary 11110010 1100111 11001001 0 111001 10001 101 100111110 1010100 1000100

Color Harmonies of #F267C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267C9

Black with #F267C9

Text Example


Text Example

White with #F267C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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