Html Css Color HEX #F75AF0 Pink Flamingo

📋 copy color: '#F75AF0'

red 247 ◦ green 90 ◦ blue 240

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

Shades of Pink Flamingo #F75AF0

Tints of Pink Flamingo #F75AF0

RGB

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

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

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

R = 42.81%
G = 15.6%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F75AF0 (or 0xF75AF0) is known color: Pink Flamingo. HEX triplet: F7, 5A and F0. RGB value is (247,90,240). Sum of RGB (Red+Green+Blue) = 247+90+240=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AF0 is #08A50F. Grayscale: #999999. Windows color (decimal): -566544 or 15751927. OLE color: 15751927.

HSL color Cylindrical-coordinate representation of color #F75AF0: hue angle of 302.68º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AF0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 240 -
CMYK 0 0.64 0.03 0.03
HSL 302.68º 0.91% 0.66% -
HSV(B) 302.68º 0.64% 0.97% -
XYZ 57.74 33.38 85.84 -
YUV 154.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 247 90 240 0 0.64 0.03 0.03 302.68 0.91 0.66
Hex F7 5A F0 0 40 3 3 12F 5B 42
Octal 367 132 360 0 100 3 3 457 133 102
Binary 11110111 1011010 11110000 0 1000000 11 11 100101111 1011011 1000010

Color Harmonies of #F75AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AF0

Black with #F75AF0

Text Example


Text Example

White with #F75AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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