Html Css Color HEX #FA67F9 Pink Flamingo

📋 copy color: '#FA67F9'

red 250 ◦ green 103 ◦ blue 249

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

Shades of Pink Flamingo #FA67F9

Tints of Pink Flamingo #FA67F9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.11%

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 41.53%
G = 17.11%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA67F9 (or 0xFA67F9) is known color: Pink Flamingo. HEX triplet: FA, 67 and F9. RGB value is (250,103,249). Sum of RGB (Red+Green+Blue) = 250+103+249=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA67F9 is #059806. Grayscale: #A3A3A3. Windows color (decimal): -366599 or 16345082. OLE color: 16345082.

HSL color Cylindrical-coordinate representation of color #FA67F9: hue angle of 300.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67F9 is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 103 249 -
CMYK 0 0.59 0.00 0.02
HSL 300.41º 0.94% 0.69% -
HSV(B) 300.41º 0.59% 0.98% -
XYZ 61.37 36.86 93.5 -
YUV 163.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 250 103 249 0 0.59 0.00 0.02 300.41 0.94 0.69
Hex FA 67 F9 0 3B 0 2 12C 5E 45
Octal 372 147 371 0 73 0 2 454 136 105
Binary 11111010 1100111 11111001 0 111011 0 10 100101100 1011110 1000101

Color Harmonies of #FA67F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA67F9

Black with #FA67F9

Text Example


Text Example

White with #FA67F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA67F9; }

 p { color: rgb(250,103,249); }

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

background-color css

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

 a { background-color: rgb(250,103,249); }

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

border-color css

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

 span { border-color: rgb(250,103,249); }

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