Html Css Color HEX #FF4CFA Pink Flamingo

📋 copy color: '#FF4CFA'

red 255 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #FF4CFA

Tints of Pink Flamingo #FF4CFA

RGB

 RED value IS 255 (100% from 255) = 43.89%

 GREEN value IS 76 (30.08% from 255) = 13.08%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 43.89%
G = 13.08%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF4CFA (or 0xFF4CFA) is known color: Pink Flamingo. HEX triplet: FF, 4C and FA. RGB value is (255,76,250). Sum of RGB (Red+Green+Blue) = 255+76+250=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 76 (30.08% from 255 or 13.08% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CFA is #00B305. Grayscale: #949494. Windows color (decimal): -45830 or 16403711. OLE color: 16403711.

HSL color Cylindrical-coordinate representation of color #FF4CFA: hue angle of 301.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CFA is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 250 -
CMYK 0 0.70 0.02 0
HSL 301.68º 1% 0.65% -
HSV(B) 301.68º 0.7% 1% -
XYZ 61.08 33.33 93.66 -
YUV 149.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 255 76 250 0 0.70 0.02 0 301.68 1 0.65
Hex FF 4C FA 0 46 2 0 12E 64 41
Octal 377 114 372 0 106 2 0 456 144 101
Binary 11111111 1001100 11111010 0 1000110 10 0 100101110 1100100 1000001

Color Harmonies of #FF4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4CFA

Black with #FF4CFA

Text Example


Text Example

White with #FF4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4CFA; }

 p { color: rgb(255,76,250); }

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

background-color css

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

 a { background-color: rgb(255,76,250); }

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

border-color css

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

 span { border-color: rgb(255,76,250); }

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