Html Css Color HEX #FA4CED Pink Flamingo

📋 copy color: '#FA4CED'

red 250 ◦ green 76 ◦ blue 237

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

Shades of Pink Flamingo #FA4CED

Tints of Pink Flamingo #FA4CED

RGB

 RED value IS 250 (98.05% from 255) = 44.4%

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 44.4%
G = 13.5%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA4CED (or 0xFA4CED) is known color: Pink Flamingo. HEX triplet: FA, 4C and ED. RGB value is (250,76,237). Sum of RGB (Red+Green+Blue) = 250+76+237=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CED is #05B312. Grayscale: #919191. Windows color (decimal): -373523 or 15551738. OLE color: 15551738.

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

Color convert

RGB 250 76 237 -
CMYK 0 0.70 0.05 0.02
HSL 304.48º 0.95% 0.64% -
HSV(B) 304.48º 0.7% 0.98% -
XYZ 57.29 31.61 83.2 -
YUV 146.38 179.15 201.91 -
System Red Green Blue C M Y K H S L
Decimal 250 76 237 0 0.70 0.05 0.02 304.48 0.95 0.64
Hex FA 4C ED 0 46 5 2 130 5F 40
Octal 372 114 355 0 106 5 2 460 137 100
Binary 11111010 1001100 11101101 0 1000110 101 10 100110000 1011111 1000000

Color Harmonies of #FA4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CED

Black with #FA4CED

Text Example


Text Example

White with #FA4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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