Html Css Color HEX #F05DF1 Pink Flamingo

📋 copy color: '#F05DF1'

red 240 ◦ green 93 ◦ blue 241

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

Shades of Pink Flamingo #F05DF1

Tints of Pink Flamingo #F05DF1

RGB

 RED value IS 240 (94.14% from 255) = 41.81%

 GREEN value IS 93 (36.72% from 255) = 16.2%

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

R = 41.81%
G = 16.2%
B = 41.99%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F05DF1 (or 0xF05DF1) is known color: Pink Flamingo. HEX triplet: F0, 5D and F1. RGB value is (240,93,241). Sum of RGB (Red+Green+Blue) = 240+93+241=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #F05DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DF1 is #0FA20E. Grayscale: #999999. Windows color (decimal): -1024527 or 15818224. OLE color: 15818224.

HSL color Cylindrical-coordinate representation of color #F05DF1: hue angle of 299.59º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DF1 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 93 241 -
CMYK 0.00 0.61 0 0.05
HSL 299.59º 0.84% 0.65% -
HSV(B) 299.59º 0.61% 0.95% -
XYZ 55.73 32.7 86.59 -
YUV 153.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 240 93 241 0.00 0.61 0 0.05 299.59 0.84 0.65
Hex F0 5D F1 0 3D 0 5 12C 54 41
Octal 360 135 361 0 75 0 5 454 124 101
Binary 11110000 1011101 11110001 0 111101 0 101 100101100 1010100 1000001

Color Harmonies of #F05DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DF1

Black with #F05DF1

Text Example


Text Example

White with #F05DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DF1; }

 p { color: rgb(240,93,241); }

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

background-color css

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

 a { background-color: rgb(240,93,241); }

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

border-color css

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

 span { border-color: rgb(240,93,241); }

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