Html Css Color HEX #FF67FA Pink Flamingo

📋 copy color: '#FF67FA'

red 255 ◦ green 103 ◦ blue 250

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

Shades of Pink Flamingo #FF67FA

Tints of Pink Flamingo #FF67FA

RGB

 RED value IS 255 (100% from 255) = 41.94%

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 41.94%
G = 16.94%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF67FA (or 0xFF67FA) is known color: Pink Flamingo. HEX triplet: FF, 67 and FA. RGB value is (255,103,250). Sum of RGB (Red+Green+Blue) = 255+103+250=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 103 (40.62% from 255 or 16.94% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67FA is #009805. Grayscale: #A4A4A4. Windows color (decimal): -38918 or 16410623. OLE color: 16410623.

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

Color convert

RGB 255 103 250 -
CMYK 0 0.60 0.02 0
HSL 301.97º 1% 0.7% -
HSV(B) 301.97º 0.6% 1% -
XYZ 63.35 37.86 94.41 -
YUV 165.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 255 103 250 0 0.60 0.02 0 301.97 1 0.7
Hex FF 67 FA 0 3C 2 0 12E 64 46
Octal 377 147 372 0 74 2 0 456 144 106
Binary 11111111 1100111 11111010 0 111100 10 0 100101110 1100100 1000110

Color Harmonies of #FF67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF67FA

Black with #FF67FA

Text Example


Text Example

White with #FF67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF67FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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