Html Css Color HEX #F13FFB Pink Flamingo

📋 copy color: '#F13FFB'

red 241 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #F13FFB

Tints of Pink Flamingo #F13FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 43.42%
G = 11.35%
B = 45.23%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F13FFB (or 0xF13FFB) is known color: Pink Flamingo. HEX triplet: F1, 3F and FB. RGB value is (241,63,251). Sum of RGB (Red+Green+Blue) = 241+63+251=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #F13FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FFB is #0EC004. Grayscale: #898989. Windows color (decimal): -966661 or 16465905. OLE color: 16465905.

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

Color convert

RGB 241 63 251 -
CMYK 0.04 0.75 0 0.02
HSL 296.81º 0.96% 0.62% -
HSV(B) 296.81º 0.75% 0.98% -
XYZ 55.47 29.22 93.98 -
YUV 137.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 241 63 251 0.04 0.75 0 0.02 296.81 0.96 0.62
Hex F1 3F FB 4 4B 0 2 129 60 3E
Octal 361 77 373 4 113 0 2 451 140 76
Binary 11110001 111111 11111011 100 1001011 0 10 100101001 1100000 111110

Color Harmonies of #F13FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FFB

Black with #F13FFB

Text Example


Text Example

White with #F13FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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