Html Css Color HEX #FA38FF Pink Flamingo

📋 copy color: '#FA38FF'

red 250 ◦ green 56 ◦ blue 255

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

Shades of Pink Flamingo #FA38FF

Tints of Pink Flamingo #FA38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 9.98%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 44.56%
G = 9.98%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA38FF (or 0xFA38FF) is known color: Pink Flamingo. HEX triplet: FA, 38 and FF. RGB value is (250,56,255). Sum of RGB (Red+Green+Blue) = 250+56+255=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 56 (22.27% from 255 or 9.98% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA38FF is #05C700. Grayscale: #888888. Windows color (decimal): -378625 or 16726266. OLE color: 16726266.

HSL color Cylindrical-coordinate representation of color #FA38FF: hue angle of 298.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA38FF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 56 255 -
CMYK 0.02 0.78 0 0
HSL 298.49º 1% 0.61% -
HSV(B) 298.49º 0.78% 1% -
XYZ 58.89 30.37 97.37 -
YUV 136.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 250 56 255 0.02 0.78 0 0 298.49 1 0.61
Hex FA 38 FF 2 4E 0 0 12A 64 3D
Octal 372 70 377 2 116 0 0 452 144 75
Binary 11111010 111000 11111111 10 1001110 0 0 100101010 1100100 111101

Color Harmonies of #FA38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA38FF

Black with #FA38FF

Text Example


Text Example

White with #FA38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA38FF; }

 p { color: rgb(250,56,255); }

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

background-color css

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

 a { background-color: rgb(250,56,255); }

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

border-color css

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

 span { border-color: rgb(250,56,255); }

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