Html Css Color HEX #FA42F0 Pink Flamingo

📋 copy color: '#FA42F0'

red 250 ◦ green 66 ◦ blue 240

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

Shades of Pink Flamingo #FA42F0

Tints of Pink Flamingo #FA42F0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.87%

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

R = 44.96%
G = 11.87%
B = 43.17%

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

#FA42F0 (or 0xFA42F0) is known color: Pink Flamingo. HEX triplet: FA, 42 and F0. RGB value is (250,66,240). Sum of RGB (Red+Green+Blue) = 250+66+240=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42F0 is #05BD0F. Grayscale: #8C8C8C. Windows color (decimal): -376080 or 15745786. OLE color: 15745786.

HSL color Cylindrical-coordinate representation of color #FA42F0: hue angle of 303.26º 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 #FA42F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 240 -
CMYK 0 0.74 0.04 0.02
HSL 303.26º 0.95% 0.62% -
HSV(B) 303.26º 0.74% 0.98% -
XYZ 57.1 30.51 85.32 -
YUV 140.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 250 66 240 0 0.74 0.04 0.02 303.26 0.95 0.62
Hex FA 42 F0 0 4A 4 2 12F 5F 3E
Octal 372 102 360 0 112 4 2 457 137 76
Binary 11111010 1000010 11110000 0 1001010 100 10 100101111 1011111 111110

Color Harmonies of #FA42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42F0

Black with #FA42F0

Text Example


Text Example

White with #FA42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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