Html Css Color HEX #F555FE Pink Flamingo

📋 copy color: '#F555FE'

red 245 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #F555FE

Tints of Pink Flamingo #F555FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 41.95%
G = 14.55%
B = 43.49%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F555FE (or 0xF555FE) is known color: Pink Flamingo. HEX triplet: F5, 55 and FE. RGB value is (245,85,254). Sum of RGB (Red+Green+Blue) = 245+85+254=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F555FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555FE is #0AAA01. Grayscale: #979797. Windows color (decimal): -698882 or 16668149. OLE color: 16668149.

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

Color convert

RGB 245 85 254 -
CMYK 0.04 0.67 0 0.00
HSL 296.8º 0.99% 0.66% -
HSV(B) 296.8º 0.67% 1% -
XYZ 58.79 33.07 97.05 -
YUV 152.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 245 85 254 0.04 0.67 0 0.00 296.8 0.99 0.66
Hex F5 55 FE 4 43 0 0 129 63 42
Octal 365 125 376 4 103 0 0 451 143 102
Binary 11110101 1010101 11111110 100 1000011 0 0 100101001 1100011 1000010

Color Harmonies of #F555FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555FE

Black with #F555FE

Text Example


Text Example

White with #F555FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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