Html Css Color HEX #F067F7 Pink Flamingo

📋 copy color: '#F067F7'

red 240 ◦ green 103 ◦ blue 247

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

Shades of Pink Flamingo #F067F7

Tints of Pink Flamingo #F067F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.86%

R = 40.68%
G = 17.46%
B = 41.86%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F067F7 (or 0xF067F7) is known color: Pink Flamingo. HEX triplet: F0, 67 and F7. RGB value is (240,103,247). Sum of RGB (Red+Green+Blue) = 240+103+247=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #F067F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067F7 is #0F9808. Grayscale: #9F9F9F. Windows color (decimal): -1021961 or 16214000. OLE color: 16214000.

HSL color Cylindrical-coordinate representation of color #F067F7: hue angle of 297.08º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F067F7 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 103 247 -
CMYK 0.03 0.58 0 0.03
HSL 297.08º 0.9% 0.69% -
HSV(B) 297.08º 0.58% 0.97% -
XYZ 57.57 34.94 91.71 -
YUV 160.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 240 103 247 0.03 0.58 0 0.03 297.08 0.9 0.69
Hex F0 67 F7 3 3A 0 3 129 5A 45
Octal 360 147 367 3 72 0 3 451 132 105
Binary 11110000 1100111 11110111 11 111010 0 11 100101001 1011010 1000101

Color Harmonies of #F067F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067F7

Black with #F067F7

Text Example


Text Example

White with #F067F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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