Html Css Color HEX #F055F1 Pink Flamingo

📋 copy color: '#F055F1'

red 240 ◦ green 85 ◦ blue 241

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

Shades of Pink Flamingo #F055F1

Tints of Pink Flamingo #F055F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.02%

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

R = 42.4%
G = 15.02%
B = 42.58%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F055F1 (or 0xF055F1) is known color: Pink Flamingo. HEX triplet: F0, 55 and F1. RGB value is (240,85,241). Sum of RGB (Red+Green+Blue) = 240+85+241=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #F055F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F055F1 is #0FAA0E. Grayscale: #949494. Windows color (decimal): -1026575 or 15816176. OLE color: 15816176.

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

Color convert

RGB 240 85 241 -
CMYK 0.00 0.65 0 0.05
HSL 299.62º 0.85% 0.64% -
HSV(B) 299.62º 0.65% 0.95% -
XYZ 55.06 31.37 86.37 -
YUV 149.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 240 85 241 0.00 0.65 0 0.05 299.62 0.85 0.64
Hex F0 55 F1 0 41 0 5 12C 55 40
Octal 360 125 361 0 101 0 5 454 125 100
Binary 11110000 1010101 11110001 0 1000001 0 101 100101100 1010101 1000000

Color Harmonies of #F055F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055F1

Black with #F055F1

Text Example


Text Example

White with #F055F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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