Html Css Color HEX #F745FC Pink Flamingo

📋 copy color: '#F745FC'

red 247 ◦ green 69 ◦ blue 252

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

Shades of Pink Flamingo #F745FC

Tints of Pink Flamingo #F745FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.15%

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

R = 43.49%
G = 12.15%
B = 44.37%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F745FC (or 0xF745FC) is known color: Pink Flamingo. HEX triplet: F7, 45 and FC. RGB value is (247,69,252). Sum of RGB (Red+Green+Blue) = 247+69+252=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 69 (27.34% from 255 or 12.15% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #F745FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F745FC is #08BA03. Grayscale: #8E8E8E. Windows color (decimal): -571908 or 16532983. OLE color: 16532983.

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

Color convert

RGB 247 69 252 -
CMYK 0.02 0.73 0 0.01
HSL 298.36º 0.97% 0.63% -
HSV(B) 298.36º 0.73% 0.99% -
XYZ 58.06 31.06 95.03 -
YUV 143.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 247 69 252 0.02 0.73 0 0.01 298.36 0.97 0.63
Hex F7 45 FC 2 49 0 1 12A 61 3F
Octal 367 105 374 2 111 0 1 452 141 77
Binary 11110111 1000101 11111100 10 1001001 0 1 100101010 1100001 111111

Color Harmonies of #F745FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745FC

Black with #F745FC

Text Example


Text Example

White with #F745FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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