Html Css Color HEX #F067F5 Pink Flamingo

📋 copy color: '#F067F5'

red 240 ◦ green 103 ◦ blue 245

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

Shades of Pink Flamingo #F067F5

Tints of Pink Flamingo #F067F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.67%

R = 40.82%
G = 17.52%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F067F5 (or 0xF067F5) is known color: Pink Flamingo. HEX triplet: F0, 67 and F5. RGB value is (240,103,245). Sum of RGB (Red+Green+Blue) = 240+103+245=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #F067F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067F5 is #0F980A. Grayscale: #9F9F9F. Windows color (decimal): -1021963 or 16082928. OLE color: 16082928.

HSL color Cylindrical-coordinate representation of color #F067F5: hue angle of 297.89º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F067F5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 103 245 -
CMYK 0.02 0.58 0 0.04
HSL 297.89º 0.88% 0.68% -
HSV(B) 297.89º 0.58% 0.96% -
XYZ 57.27 34.82 90.09 -
YUV 160.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 240 103 245 0.02 0.58 0 0.04 297.89 0.88 0.68
Hex F0 67 F5 2 3A 0 4 12A 58 44
Octal 360 147 365 2 72 0 4 452 130 104
Binary 11110000 1100111 11110101 10 111010 0 100 100101010 1011000 1000100

Color Harmonies of #F067F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067F5

Black with #F067F5

Text Example


Text Example

White with #F067F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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