Html Css Color HEX #F13FFD Pink Flamingo

📋 copy color: '#F13FFD'

red 241 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #F13FFD

Tints of Pink Flamingo #F13FFD

RGB

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

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

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

R = 43.27%
G = 11.31%
B = 45.42%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F13FFD (or 0xF13FFD) is known color: Pink Flamingo. HEX triplet: F1, 3F and FD. RGB value is (241,63,253). Sum of RGB (Red+Green+Blue) = 241+63+253=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #F13FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FFD is #0EC002. Grayscale: #898989. Windows color (decimal): -966659 or 16596977. OLE color: 16596977.

HSL color Cylindrical-coordinate representation of color #F13FFD: hue angle of 296.21º degrees, saturation: 0.98, 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 #F13FFD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 63 253 -
CMYK 0.05 0.75 0 0.01
HSL 296.21º 0.98% 0.62% -
HSV(B) 296.21º 0.75% 0.99% -
XYZ 55.78 29.35 95.65 -
YUV 137.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 241 63 253 0.05 0.75 0 0.01 296.21 0.98 0.62
Hex F1 3F FD 5 4B 0 1 128 62 3E
Octal 361 77 375 5 113 0 1 450 142 76
Binary 11110001 111111 11111101 101 1001011 0 1 100101000 1100010 111110

Color Harmonies of #F13FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FFD

Black with #F13FFD

Text Example


Text Example

White with #F13FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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