Html Css Color HEX #F267ED Pink Flamingo

📋 copy color: '#F267ED'

red 242 ◦ green 103 ◦ blue 237

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

Shades of Pink Flamingo #F267ED

Tints of Pink Flamingo #F267ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 41.58%
G = 17.7%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F267ED (or 0xF267ED) is known color: Pink Flamingo. HEX triplet: F2, 67 and ED. RGB value is (242,103,237). Sum of RGB (Red+Green+Blue) = 242+103+237=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F267ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267ED is #0D9812. Grayscale: #9F9F9F. Windows color (decimal): -890899 or 15558642. OLE color: 15558642.

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

Color convert

RGB 242 103 237 -
CMYK 0 0.57 0.02 0.05
HSL 302.16º 0.84% 0.68% -
HSV(B) 302.16º 0.57% 0.95% -
XYZ 56.75 34.69 83.83 -
YUV 159.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 242 103 237 0 0.57 0.02 0.05 302.16 0.84 0.68
Hex F2 67 ED 0 39 2 5 12E 54 44
Octal 362 147 355 0 71 2 5 456 124 104
Binary 11110010 1100111 11101101 0 111001 10 101 100101110 1010100 1000100

Color Harmonies of #F267ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267ED

Black with #F267ED

Text Example


Text Example

White with #F267ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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