Html Css Color HEX #F667F0 Pink Flamingo

📋 copy color: '#F667F0'

red 246 ◦ green 103 ◦ blue 240

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

Shades of Pink Flamingo #F667F0

Tints of Pink Flamingo #F667F0

RGB

 RED value IS 246 (96.48% from 255) = 41.77%

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

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

R = 41.77%
G = 17.49%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F667F0 (or 0xF667F0) is known color: Pink Flamingo. HEX triplet: F6, 67 and F0. RGB value is (246,103,240). Sum of RGB (Red+Green+Blue) = 246+103+240=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 103 (40.62% from 255 or 17.49% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F667F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F667F0 is #09980F. Grayscale: #A0A0A0. Windows color (decimal): -628752 or 15755254. OLE color: 15755254.

HSL color Cylindrical-coordinate representation of color #F667F0: hue angle of 302.52º degrees, saturation: 0.89, 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 #F667F0 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 240 -
CMYK 0 0.58 0.02 0.04
HSL 302.52º 0.89% 0.68% -
HSV(B) 302.52º 0.58% 0.96% -
XYZ 58.58 35.58 86.22 -
YUV 161.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 246 103 240 0 0.58 0.02 0.04 302.52 0.89 0.68
Hex F6 67 F0 0 3A 2 4 12F 59 44
Octal 366 147 360 0 72 2 4 457 131 104
Binary 11110110 1100111 11110000 0 111010 10 100 100101111 1011001 1000100

Color Harmonies of #F667F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F667F0

Black with #F667F0

Text Example


Text Example

White with #F667F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F667F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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