Html Css Color HEX #F745FE Pink Flamingo

📋 copy color: '#F745FE'

red 247 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #F745FE

Tints of Pink Flamingo #F745FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 43.33%
G = 12.11%
B = 44.56%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F745FE (or 0xF745FE) is known color: Pink Flamingo. HEX triplet: F7, 45 and FE. RGB value is (247,69,254). Sum of RGB (Red+Green+Blue) = 247+69+254=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 69 (27.34% from 255 or 12.11% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #F745FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F745FE is #08BA01. Grayscale: #8E8E8E. Windows color (decimal): -571906 or 16664055. OLE color: 16664055.

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

Color convert

RGB 247 69 254 -
CMYK 0.03 0.73 0 0.00
HSL 297.73º 0.99% 0.63% -
HSV(B) 297.73º 0.73% 1% -
XYZ 58.38 31.19 96.71 -
YUV 143.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 247 69 254 0.03 0.73 0 0.00 297.73 0.99 0.63
Hex F7 45 FE 3 49 0 0 12A 63 3F
Octal 367 105 376 3 111 0 0 452 143 77
Binary 11110111 1000101 11111110 11 1001001 0 0 100101010 1100011 111111

Color Harmonies of #F745FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745FE

Black with #F745FE

Text Example


Text Example

White with #F745FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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