Html Css Color HEX #F155FD Pink Flamingo

📋 copy color: '#F155FD'

red 241 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #F155FD

Tints of Pink Flamingo #F155FD

RGB

 RED value IS 241 (94.53% from 255) = 41.62%

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 41.62%
G = 14.68%
B = 43.7%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F155FD (or 0xF155FD) is known color: Pink Flamingo. HEX triplet: F1, 55 and FD. RGB value is (241,85,253). Sum of RGB (Red+Green+Blue) = 241+85+253=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #F155FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155FD is #0EAA02. Grayscale: #969696. Windows color (decimal): -961027 or 16602609. OLE color: 16602609.

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

Color convert

RGB 241 85 253 -
CMYK 0.05 0.66 0 0.01
HSL 295.71º 0.98% 0.66% -
HSV(B) 295.71º 0.66% 0.99% -
XYZ 57.25 32.29 96.14 -
YUV 150.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 241 85 253 0.05 0.66 0 0.01 295.71 0.98 0.66
Hex F1 55 FD 5 42 0 1 128 62 42
Octal 361 125 375 5 102 0 1 450 142 102
Binary 11110001 1010101 11111101 101 1000010 0 1 100101000 1100010 1000010

Color Harmonies of #F155FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155FD

Black with #F155FD

Text Example


Text Example

White with #F155FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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