Html Css Color HEX #FF67F1 Pink Flamingo

📋 copy color: '#FF67F1'

red 255 ◦ green 103 ◦ blue 241

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

Shades of Pink Flamingo #FF67F1

Tints of Pink Flamingo #FF67F1

RGB

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

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

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

R = 42.57%
G = 17.2%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF67F1 (or 0xFF67F1) is known color: Pink Flamingo. HEX triplet: FF, 67 and F1. RGB value is (255,103,241). Sum of RGB (Red+Green+Blue) = 255+103+241=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 103 (40.62% from 255 or 17.20% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67F1 is #00980E. Grayscale: #A3A3A3. Windows color (decimal): -38927 or 15820799. OLE color: 15820799.

HSL color Cylindrical-coordinate representation of color #FF67F1: hue angle of 305.53º 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 #FF67F1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 103 241 -
CMYK 0 0.60 0.05 0
HSL 305.53º 1% 0.7% -
HSV(B) 305.53º 0.6% 1% -
XYZ 61.97 37.31 87.15 -
YUV 164.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 255 103 241 0 0.60 0.05 0 305.53 1 0.7
Hex FF 67 F1 0 3C 5 0 132 64 46
Octal 377 147 361 0 74 5 0 462 144 106
Binary 11111111 1100111 11110001 0 111100 101 0 100110010 1100100 1000110

Color Harmonies of #FF67F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF67F1

Black with #FF67F1

Text Example


Text Example

White with #FF67F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF67F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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