Html Css Color HEX #F136F7 Pink Flamingo

📋 copy color: '#F136F7'

red 241 ◦ green 54 ◦ blue 247

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

Shades of Pink Flamingo #F136F7

Tints of Pink Flamingo #F136F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 44.46%
G = 9.96%
B = 45.57%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F136F7 (or 0xF136F7) is known color: Pink Flamingo. HEX triplet: F1, 36 and F7. RGB value is (241,54,247). Sum of RGB (Red+Green+Blue) = 241+54+247=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 54 (21.48% from 255 or 9.96% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #F136F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136F7 is #0EC908. Grayscale: #838383. Windows color (decimal): -968969 or 16201457. OLE color: 16201457.

HSL color Cylindrical-coordinate representation of color #F136F7: hue angle of 298.13º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136F7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 54 247 -
CMYK 0.02 0.78 0 0.03
HSL 298.13º 0.92% 0.59% -
HSV(B) 298.13º 0.78% 0.97% -
XYZ 54.38 28.05 90.54 -
YUV 131.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 241 54 247 0.02 0.78 0 0.03 298.13 0.92 0.59
Hex F1 36 F7 2 4E 0 3 12A 5C 3B
Octal 361 66 367 2 116 0 3 452 134 73
Binary 11110001 110110 11110111 10 1001110 0 11 100101010 1011100 111011

Color Harmonies of #F136F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136F7

Black with #F136F7

Text Example


Text Example

White with #F136F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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