Html Css Color HEX #F13FFC Pink Flamingo

📋 copy color: '#F13FFC'

red 241 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #F13FFC

Tints of Pink Flamingo #F13FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.33%

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

R = 43.35%
G = 11.33%
B = 45.32%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F13FFC (or 0xF13FFC) is known color: Pink Flamingo. HEX triplet: F1, 3F and FC. RGB value is (241,63,252). Sum of RGB (Red+Green+Blue) = 241+63+252=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #F13FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FFC is #0EC003. Grayscale: #898989. Windows color (decimal): -966660 or 16531441. OLE color: 16531441.

HSL color Cylindrical-coordinate representation of color #F13FFC: hue angle of 296.51º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13FFC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 63 252 -
CMYK 0.04 0.75 0 0.01
HSL 296.51º 0.97% 0.62% -
HSV(B) 296.51º 0.75% 0.99% -
XYZ 55.62 29.28 94.82 -
YUV 137.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 241 63 252 0.04 0.75 0 0.01 296.51 0.97 0.62
Hex F1 3F FC 4 4B 0 1 129 61 3E
Octal 361 77 374 4 113 0 1 451 141 76
Binary 11110001 111111 11111100 100 1001011 0 1 100101001 1100001 111110

Color Harmonies of #F13FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FFC

Black with #F13FFC

Text Example


Text Example

White with #F13FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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