Html Css Color HEX #F13CFD Pink Flamingo

📋 copy color: '#F13CFD'

red 241 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F13CFD

Tints of Pink Flamingo #F13CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.83%

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

R = 43.5%
G = 10.83%
B = 45.67%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F13CFD (or 0xF13CFD) is known color: Pink Flamingo. HEX triplet: F1, 3C and FD. RGB value is (241,60,253). Sum of RGB (Red+Green+Blue) = 241+60+253=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 60 (23.83% from 255 or 10.83% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #F13CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CFD is #0EC302. Grayscale: #878787. Windows color (decimal): -967427 or 16596209. OLE color: 16596209.

HSL color Cylindrical-coordinate representation of color #F13CFD: hue angle of 296.27º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13CFD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 60 253 -
CMYK 0.05 0.76 0 0.01
HSL 296.27º 0.98% 0.61% -
HSV(B) 296.27º 0.76% 0.99% -
XYZ 55.62 29.02 95.6 -
YUV 136.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 241 60 253 0.05 0.76 0 0.01 296.27 0.98 0.61
Hex F1 3C FD 5 4C 0 1 128 62 3D
Octal 361 74 375 5 114 0 1 450 142 75
Binary 11110001 111100 11111101 101 1001100 0 1 100101000 1100010 111101

Color Harmonies of #F13CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CFD

Black with #F13CFD

Text Example


Text Example

White with #F13CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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