Html Css Color HEX #F067EE Pink Flamingo

📋 copy color: '#F067EE'

red 240 ◦ green 103 ◦ blue 238

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

Shades of Pink Flamingo #F067EE

Tints of Pink Flamingo #F067EE

RGB

 RED value IS 240 (94.14% from 255) = 41.31%

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 41.31%
G = 17.73%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F067EE (or 0xF067EE) is known color: Pink Flamingo. HEX triplet: F0, 67 and EE. RGB value is (240,103,238). Sum of RGB (Red+Green+Blue) = 240+103+238=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 103 (40.62% from 255 or 17.73% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F067EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067EE is #0F9811. Grayscale: #9E9E9E. Windows color (decimal): -1021970 or 15624176. OLE color: 15624176.

HSL color Cylindrical-coordinate representation of color #F067EE: hue angle of 300.88º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067EE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 238 -
CMYK 0 0.57 0.01 0.06
HSL 300.88º 0.82% 0.67% -
HSV(B) 300.88º 0.57% 0.94% -
XYZ 56.22 34.4 84.57 -
YUV 159.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 240 103 238 0 0.57 0.01 0.06 300.88 0.82 0.67
Hex F0 67 EE 0 39 1 6 12D 52 43
Octal 360 147 356 0 71 1 6 455 122 103
Binary 11110000 1100111 11101110 0 111001 1 110 100101101 1010010 1000011

Color Harmonies of #F067EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067EE

Black with #F067EE

Text Example


Text Example

White with #F067EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067EE; }

 p { color: rgb(240,103,238); }

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

background-color css

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

 a { background-color: rgb(240,103,238); }

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

border-color css

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

 span { border-color: rgb(240,103,238); }

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