#F35AF9

Color #F35AF9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F35AF9

Tints of Pink Flamingo #F35AF9

Color information

#F35AF9 (or 0xF35AF9) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5A and F9. RGB value is (243,90,249). Sum of RGB (Red+Green+Blue) = 243+90+249=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #F35AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35AF9 is #0CA506. Grayscale: #999999. Windows color (decimal): -828679 or 16341747. OLE color: 16341747.

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

Color convert

RGB24390249-
CMYK0.020.6400.02
HSL297.74º92.98%66.47%-
HSV(B)297.74º63.86%97.65%-
XYZ57.7233.2192.99-
YUV153.87181.69191.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 90 (35.55% from 255) = 15.46%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=41.75%
G=15.46%
B=42.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal243902490.020.6400.02297.7492.9866.47
HexF35AF92400212a5d42
Octal363132371210002452135102
Binary1111001110110101111100110100000001010010101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35AF9; }

 p { color: rgb(243,90,249); }

 H1.HeaderClassName
 {
   color: #F35AF9;
 }
 .AnyTagClassName
 {
   color: #F35AF9;
 }
</style>
background-color css

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

 a { background-color: rgb(243,90,249); }

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

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

 span { border-color: rgb(243,90,249); }

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