Html Css Color HEX #FF65F3 Pink Flamingo

📋 copy color: '#FF65F3'

red 255 ◦ green 101 ◦ blue 243

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

Shades of Pink Flamingo #FF65F3

Tints of Pink Flamingo #FF65F3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.86%

 BLUE value IS 243 (95.31% from 255) = 40.57%

R = 42.57%
G = 16.86%
B = 40.57%

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

#FF65F3 (or 0xFF65F3) is known color: Pink Flamingo. HEX triplet: FF, 65 and F3. RGB value is (255,101,243). Sum of RGB (Red+Green+Blue) = 255+101+243=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65F3 is #009A0C. Grayscale: #A2A2A2. Windows color (decimal): -39437 or 15951359. OLE color: 15951359.

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

Color convert

RGB 255 101 243 -
CMYK 0 0.60 0.05 0
HSL 304.68º 1% 0.7% -
HSV(B) 304.68º 0.6% 1% -
XYZ 62.07 37.04 88.67 -
YUV 163.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 255 101 243 0 0.60 0.05 0 304.68 1 0.7
Hex FF 65 F3 0 3C 5 0 131 64 46
Octal 377 145 363 0 74 5 0 461 144 106
Binary 11111111 1100101 11110011 0 111100 101 0 100110001 1100100 1000110

Color Harmonies of #FF65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65F3

Black with #FF65F3

Text Example


Text Example

White with #FF65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65F3; }

 p { color: rgb(255,101,243); }

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

background-color css

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

 a { background-color: rgb(255,101,243); }

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

border-color css

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

 span { border-color: rgb(255,101,243); }

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