Html Css Color HEX #F136FD Pink Flamingo

📋 copy color: '#F136FD'

red 241 ◦ green 54 ◦ blue 253

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

Shades of Pink Flamingo #F136FD

Tints of Pink Flamingo #F136FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.85%

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

R = 43.98%
G = 9.85%
B = 46.17%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F136FD (or 0xF136FD) is known color: Pink Flamingo. HEX triplet: F1, 36 and FD. RGB value is (241,54,253). Sum of RGB (Red+Green+Blue) = 241+54+253=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 54 (21.48% from 255 or 9.85% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #F136FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136FD is #0EC902. Grayscale: #838383. Windows color (decimal): -968963 or 16594673. OLE color: 16594673.

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

Color convert

RGB 241 54 253 -
CMYK 0.05 0.79 0 0.01
HSL 296.38º 0.98% 0.6% -
HSV(B) 296.38º 0.79% 0.99% -
XYZ 55.32 28.43 95.5 -
YUV 132.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 241 54 253 0.05 0.79 0 0.01 296.38 0.98 0.6
Hex F1 36 FD 5 4F 0 1 128 62 3C
Octal 361 66 375 5 117 0 1 450 142 74
Binary 11110001 110110 11111101 101 1001111 0 1 100101000 1100010 111100

Color Harmonies of #F136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136FD

Black with #F136FD

Text Example


Text Example

White with #F136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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