Html Css Color HEX #F75AFE Pink Flamingo

📋 copy color: '#F75AFE'

red 247 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #F75AFE

Tints of Pink Flamingo #F75AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.23%

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

R = 41.79%
G = 15.23%
B = 42.98%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F75AFE (or 0xF75AFE) is known color: Pink Flamingo. HEX triplet: F7, 5A and FE. RGB value is (247,90,254). Sum of RGB (Red+Green+Blue) = 247+90+254=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 90 (35.55% from 255 or 15.23% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F75AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AFE is #08A501. Grayscale: #9B9B9B. Windows color (decimal): -566530 or 16669431. OLE color: 16669431.

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

Color convert

RGB 247 90 254 -
CMYK 0.03 0.65 0 0.00
HSL 297.44º 0.99% 0.67% -
HSV(B) 297.44º 0.65% 1% -
XYZ 59.9 34.24 97.22 -
YUV 155.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 247 90 254 0.03 0.65 0 0.00 297.44 0.99 0.67
Hex F7 5A FE 3 41 0 0 129 63 43
Octal 367 132 376 3 101 0 0 451 143 103
Binary 11110111 1011010 11111110 11 1000001 0 0 100101001 1100011 1000011

Color Harmonies of #F75AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AFE

Black with #F75AFE

Text Example


Text Example

White with #F75AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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