Html Css Color HEX #F267FF Pink Flamingo

📋 copy color: '#F267FF'

red 242 ◦ green 103 ◦ blue 255

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

Shades of Pink Flamingo #F267FF

Tints of Pink Flamingo #F267FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 40.33%
G = 17.17%
B = 42.5%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F267FF (or 0xF267FF) is known color: Pink Flamingo. HEX triplet: F2, 67 and FF. RGB value is (242,103,255). Sum of RGB (Red+Green+Blue) = 242+103+255=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 103 (40.62% from 255 or 17.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F267FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FF is #0D9800. Grayscale: #A1A1A1. Windows color (decimal): -890881 or 16738290. OLE color: 16738290.

HSL color Cylindrical-coordinate representation of color #F267FF: hue angle of 294.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F267FF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 103 255 -
CMYK 0.05 0.60 0 0
HSL 294.87º 1% 0.7% -
HSV(B) 294.87º 0.6% 1% -
XYZ 59.52 35.8 98.38 -
YUV 161.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 242 103 255 0.05 0.60 0 0 294.87 1 0.7
Hex F2 67 FF 5 3C 0 0 127 64 46
Octal 362 147 377 5 74 0 0 447 144 106
Binary 11110010 1100111 11111111 101 111100 0 0 100100111 1100100 1000110

Color Harmonies of #F267FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267FF

Black with #F267FF

Text Example


Text Example

White with #F267FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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