Html Css Color HEX #FA41F0 Pink Flamingo

📋 copy color: '#FA41F0'

red 250 ◦ green 65 ◦ blue 240

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

Shades of Pink Flamingo #FA41F0

Tints of Pink Flamingo #FA41F0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.71%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 45.05%
G = 11.71%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA41F0 (or 0xFA41F0) is known color: Pink Flamingo. HEX triplet: FA, 41 and F0. RGB value is (250,65,240). Sum of RGB (Red+Green+Blue) = 250+65+240=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41F0 is #05BE0F. Grayscale: #8B8B8B. Windows color (decimal): -376336 or 15745530. OLE color: 15745530.

HSL color Cylindrical-coordinate representation of color #FA41F0: hue angle of 303.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 240 -
CMYK 0 0.74 0.04 0.02
HSL 303.24º 0.95% 0.62% -
HSV(B) 303.24º 0.74% 0.98% -
XYZ 57.04 30.4 85.3 -
YUV 140.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 250 65 240 0 0.74 0.04 0.02 303.24 0.95 0.62
Hex FA 41 F0 0 4A 4 2 12F 5F 3E
Octal 372 101 360 0 112 4 2 457 137 76
Binary 11111010 1000001 11110000 0 1001010 100 10 100101111 1011111 111110

Color Harmonies of #FA41F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41F0

Black with #FA41F0

Text Example


Text Example

White with #FA41F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41F0; }

 p { color: rgb(250,65,240); }

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

background-color css

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

 a { background-color: rgb(250,65,240); }

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

border-color css

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

 span { border-color: rgb(250,65,240); }

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