Html Css Color HEX #FA68F1 Pink Flamingo

📋 copy color: '#FA68F1'

red 250 ◦ green 104 ◦ blue 241

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

Shades of Pink Flamingo #FA68F1

Tints of Pink Flamingo #FA68F1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.48%

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 42.02%
G = 17.48%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA68F1 (or 0xFA68F1) is known color: Pink Flamingo. HEX triplet: FA, 68 and F1. RGB value is (250,104,241). Sum of RGB (Red+Green+Blue) = 250+104+241=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68F1 is #05970E. Grayscale: #A2A2A2. Windows color (decimal): -366351 or 15821050. OLE color: 15821050.

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

Color convert

RGB 250 104 241 -
CMYK 0 0.58 0.04 0.02
HSL 303.7º 0.94% 0.69% -
HSV(B) 303.7º 0.58% 0.98% -
XYZ 60.25 36.58 87.1 -
YUV 163.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 250 104 241 0 0.58 0.04 0.02 303.7 0.94 0.69
Hex FA 68 F1 0 3A 4 2 130 5E 45
Octal 372 150 361 0 72 4 2 460 136 105
Binary 11111010 1101000 11110001 0 111010 100 10 100110000 1011110 1000101

Color Harmonies of #FA68F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68F1

Black with #FA68F1

Text Example


Text Example

White with #FA68F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68F1; }

 p { color: rgb(250,104,241); }

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

background-color css

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

 a { background-color: rgb(250,104,241); }

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

border-color css

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

 span { border-color: rgb(250,104,241); }

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