Html Css Color HEX #F067F0 Pink Flamingo

📋 copy color: '#F067F0'

red 240 ◦ green 103 ◦ blue 240

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

Shades of Pink Flamingo #F067F0

Tints of Pink Flamingo #F067F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.17%

R = 41.17%
G = 17.67%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F067F0 (or 0xF067F0) is known color: Pink Flamingo. HEX triplet: F0, 67 and F0. RGB value is (240,103,240). Sum of RGB (Red+Green+Blue) = 240+103+240=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F067F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067F0 is #0F980F. Grayscale: #9F9F9F. Windows color (decimal): -1021968 or 15755248. OLE color: 15755248.

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

Color convert

RGB 240 103 240 -
CMYK 0 0.57 0 0.06
HSL 300º 0.82% 0.67% -
HSV(B) 300º 0.57% 0.94% -
XYZ 56.51 34.52 86.12 -
YUV 159.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 240 103 240 0 0.57 0 0.06 300 0.82 0.67
Hex F0 67 F0 0 39 0 6 12C 52 43
Octal 360 147 360 0 71 0 6 454 122 103
Binary 11110000 1100111 11110000 0 111001 0 110 100101100 1010010 1000011

Color Harmonies of #F067F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067F0

Black with #F067F0

Text Example


Text Example

White with #F067F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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