Html Css Color HEX #F267FE Pink Flamingo

📋 copy color: '#F267FE'

red 242 ◦ green 103 ◦ blue 254

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

Shades of Pink Flamingo #F267FE

Tints of Pink Flamingo #F267FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 40.4%
G = 17.2%
B = 42.4%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F267FE (or 0xF267FE) is known color: Pink Flamingo. HEX triplet: F2, 67 and FE. RGB value is (242,103,254). Sum of RGB (Red+Green+Blue) = 242+103+254=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 103 (40.62% from 255 or 17.20% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F267FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FE is #0D9801. Grayscale: #A1A1A1. Windows color (decimal): -890882 or 16672754. OLE color: 16672754.

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

Color convert

RGB 242 103 254 -
CMYK 0.05 0.59 0 0.00
HSL 295.23º 0.99% 0.7% -
HSV(B) 295.23º 0.59% 1% -
XYZ 59.36 35.73 97.53 -
YUV 161.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 242 103 254 0.05 0.59 0 0.00 295.23 0.99 0.7
Hex F2 67 FE 5 3B 0 0 127 63 46
Octal 362 147 376 5 73 0 0 447 143 106
Binary 11110010 1100111 11111110 101 111011 0 0 100100111 1100011 1000110

Color Harmonies of #F267FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267FE

Black with #F267FE

Text Example


Text Example

White with #F267FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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