Html Css Color HEX #F75AF1 Pink Flamingo

📋 copy color: '#F75AF1'

red 247 ◦ green 90 ◦ blue 241

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

Shades of Pink Flamingo #F75AF1

Tints of Pink Flamingo #F75AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 42.73%
G = 15.57%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F75AF1 (or 0xF75AF1) is known color: Pink Flamingo. HEX triplet: F7, 5A and F1. RGB value is (247,90,241). Sum of RGB (Red+Green+Blue) = 247+90+241=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AF1 is #08A50E. Grayscale: #999999. Windows color (decimal): -566543 or 15817463. OLE color: 15817463.

HSL color Cylindrical-coordinate representation of color #F75AF1: hue angle of 302.29º 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 #F75AF1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 241 -
CMYK 0 0.64 0.02 0.03
HSL 302.29º 0.91% 0.66% -
HSV(B) 302.29º 0.64% 0.97% -
XYZ 57.89 33.44 86.62 -
YUV 154.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 247 90 241 0 0.64 0.02 0.03 302.29 0.91 0.66
Hex F7 5A F1 0 40 2 3 12E 5B 42
Octal 367 132 361 0 100 2 3 456 133 102
Binary 11110111 1011010 11110001 0 1000000 10 11 100101110 1011011 1000010

Color Harmonies of #F75AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AF1

Black with #F75AF1

Text Example


Text Example

White with #F75AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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