Html Css Color HEX #F154FD Pink Flamingo

📋 copy color: '#F154FD'

red 241 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #F154FD

Tints of Pink Flamingo #F154FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.53%

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

R = 41.7%
G = 14.53%
B = 43.77%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F154FD (or 0xF154FD) is known color: Pink Flamingo. HEX triplet: F1, 54 and FD. RGB value is (241,84,253). Sum of RGB (Red+Green+Blue) = 241+84+253=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 84 (33.20% from 255 or 14.53% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #F154FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154FD is #0EAB02. Grayscale: #959595. Windows color (decimal): -961283 or 16602353. OLE color: 16602353.

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

Color convert

RGB 241 84 253 -
CMYK 0.05 0.67 0 0.01
HSL 295.74º 0.98% 0.66% -
HSV(B) 295.74º 0.67% 0.99% -
XYZ 57.18 32.13 96.12 -
YUV 150.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 241 84 253 0.05 0.67 0 0.01 295.74 0.98 0.66
Hex F1 54 FD 5 43 0 1 128 62 42
Octal 361 124 375 5 103 0 1 450 142 102
Binary 11110001 1010100 11111101 101 1000011 0 1 100101000 1100010 1000010

Color Harmonies of #F154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154FD

Black with #F154FD

Text Example


Text Example

White with #F154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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