Html Css Color HEX #F767F0 Pink Flamingo

📋 copy color: '#F767F0'

red 247 ◦ green 103 ◦ blue 240

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

Shades of Pink Flamingo #F767F0

Tints of Pink Flamingo #F767F0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F767F0 (or 0xF767F0) is known color: Pink Flamingo. HEX triplet: F7, 67 and F0. RGB value is (247,103,240). Sum of RGB (Red+Green+Blue) = 247+103+240=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F767F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F767F0 is #08980F. Grayscale: #A1A1A1. Windows color (decimal): -563216 or 15755255. OLE color: 15755255.

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

Color convert

RGB 247 103 240 -
CMYK 0 0.58 0.03 0.03
HSL 302.92º 0.9% 0.69% -
HSV(B) 302.92º 0.58% 0.97% -
XYZ 58.94 35.77 86.24 -
YUV 161.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 247 103 240 0 0.58 0.03 0.03 302.92 0.9 0.69
Hex F7 67 F0 0 3A 3 3 12F 5A 45
Octal 367 147 360 0 72 3 3 457 132 105
Binary 11110111 1100111 11110000 0 111010 11 11 100101111 1011010 1000101

Color Harmonies of #F767F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F767F0

Black with #F767F0

Text Example


Text Example

White with #F767F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F767F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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