Html Css Color HEX #F555FF Pink Flamingo

📋 copy color: '#F555FF'

red 245 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #F555FF

Tints of Pink Flamingo #F555FF

RGB

 RED value IS 245 (96.09% from 255) = 41.88%

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 41.88%
G = 14.53%
B = 43.59%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F555FF (or 0xF555FF) is known color: Pink Flamingo. HEX triplet: F5, 55 and FF. RGB value is (245,85,255). Sum of RGB (Red+Green+Blue) = 245+85+255=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F555FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555FF is #0AAA00. Grayscale: #979797. Windows color (decimal): -698881 or 16733685. OLE color: 16733685.

HSL color Cylindrical-coordinate representation of color #F555FF: hue angle of 296.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F555FF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 85 255 -
CMYK 0.04 0.67 0 0
HSL 296.47º 1% 0.67% -
HSV(B) 296.47º 0.67% 1% -
XYZ 58.95 33.13 97.9 -
YUV 152.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 245 85 255 0.04 0.67 0 0 296.47 1 0.67
Hex F5 55 FF 4 43 0 0 128 64 43
Octal 365 125 377 4 103 0 0 450 144 103
Binary 11110101 1010101 11111111 100 1000011 0 0 100101000 1100100 1000011

Color Harmonies of #F555FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555FF

Black with #F555FF

Text Example


Text Example

White with #F555FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555FF; }

 p { color: rgb(245,85,255); }

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

background-color css

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

 a { background-color: rgb(245,85,255); }

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

border-color css

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

 span { border-color: rgb(245,85,255); }

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