Html Css Color HEX #FE3CF5 Pink Flamingo

📋 copy color: '#FE3CF5'

red 254 ◦ green 60 ◦ blue 245

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

Shades of Pink Flamingo #FE3CF5

Tints of Pink Flamingo #FE3CF5

RGB

 RED value IS 254 (99.61% from 255) = 45.44%

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

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 45.44%
G = 10.73%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE3CF5 (or 0xFE3CF5) is known color: Pink Flamingo. HEX triplet: FE, 3C and F5. RGB value is (254,60,245). Sum of RGB (Red+Green+Blue) = 254+60+245=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CF5 is #01C30A. Grayscale: #8A8A8A. Windows color (decimal): -115467 or 16071934. OLE color: 16071934.

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

Color convert

RGB 254 60 245 -
CMYK 0 0.76 0.04 0.00
HSL 302.78º 0.99% 0.62% -
HSV(B) 302.78º 0.76% 1% -
XYZ 58.97 30.9 89.24 -
YUV 139.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 254 60 245 0 0.76 0.04 0.00 302.78 0.99 0.62
Hex FE 3C F5 0 4C 4 0 12F 63 3E
Octal 376 74 365 0 114 4 0 457 143 76
Binary 11111110 111100 11110101 0 1001100 100 0 100101111 1100011 111110

Color Harmonies of #FE3CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3CF5

Black with #FE3CF5

Text Example


Text Example

White with #FE3CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3CF5; }

 p { color: rgb(254,60,245); }

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

background-color css

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

 a { background-color: rgb(254,60,245); }

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

border-color css

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

 span { border-color: rgb(254,60,245); }

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