Html Css Color HEX #F767FC Pink Flamingo

📋 copy color: '#F767FC'

red 247 ◦ green 103 ◦ blue 252

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

Shades of Pink Flamingo #F767FC

Tints of Pink Flamingo #F767FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 41.03%
G = 17.11%
B = 41.86%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F767FC (or 0xF767FC) is known color: Pink Flamingo. HEX triplet: F7, 67 and FC. RGB value is (247,103,252). Sum of RGB (Red+Green+Blue) = 247+103+252=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #F767FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F767FC is #089803. Grayscale: #A2A2A2. Windows color (decimal): -563204 or 16541687. OLE color: 16541687.

HSL color Cylindrical-coordinate representation of color #F767FC: hue angle of 297.99º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F767FC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 103 252 -
CMYK 0.02 0.59 0 0.01
HSL 297.99º 0.96% 0.7% -
HSV(B) 297.99º 0.59% 0.99% -
XYZ 60.78 36.5 95.94 -
YUV 163.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 247 103 252 0.02 0.59 0 0.01 297.99 0.96 0.7
Hex F7 67 FC 2 3B 0 1 12A 60 46
Octal 367 147 374 2 73 0 1 452 140 106
Binary 11110111 1100111 11111100 10 111011 0 1 100101010 1100000 1000110

Color Harmonies of #F767FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F767FC

Black with #F767FC

Text Example


Text Example

White with #F767FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F767FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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