Html Css Color HEX #F136FC Pink Flamingo

📋 copy color: '#F136FC'

red 241 ◦ green 54 ◦ blue 252

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

Shades of Pink Flamingo #F136FC

Tints of Pink Flamingo #F136FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 44.06%
G = 9.87%
B = 46.07%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F136FC (or 0xF136FC) is known color: Pink Flamingo. HEX triplet: F1, 36 and FC. RGB value is (241,54,252). Sum of RGB (Red+Green+Blue) = 241+54+252=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 54 (21.48% from 255 or 9.87% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #F136FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136FC is #0EC903. Grayscale: #838383. Windows color (decimal): -968964 or 16529137. OLE color: 16529137.

HSL color Cylindrical-coordinate representation of color #F136FC: hue angle of 296.67º degrees, saturation: 0.97, 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 #F136FC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 54 252 -
CMYK 0.04 0.79 0 0.01
HSL 296.67º 0.97% 0.6% -
HSV(B) 296.67º 0.79% 0.99% -
XYZ 55.17 28.37 94.66 -
YUV 132.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 241 54 252 0.04 0.79 0 0.01 296.67 0.97 0.6
Hex F1 36 FC 4 4F 0 1 129 61 3C
Octal 361 66 374 4 117 0 1 451 141 74
Binary 11110001 110110 11111100 100 1001111 0 1 100101001 1100001 111100

Color Harmonies of #F136FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136FC

Black with #F136FC

Text Example


Text Example

White with #F136FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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