Html Css Color HEX #F965FF Pink Flamingo

📋 copy color: '#F965FF'

red 249 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #F965FF

Tints of Pink Flamingo #F965FF

RGB

 RED value IS 249 (97.66% from 255) = 41.16%

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

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

R = 41.16%
G = 16.69%
B = 42.15%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F965FF (or 0xF965FF) is known color: Pink Flamingo. HEX triplet: F9, 65 and FF. RGB value is (249,101,255). Sum of RGB (Red+Green+Blue) = 249+101+255=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 101 (39.84% from 255 or 16.69% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #F965FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965FF is #069A00. Grayscale: #A2A2A2. Windows color (decimal): -432641 or 16737785. OLE color: 16737785.

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

Color convert

RGB 249 101 255 -
CMYK 0.02 0.60 0 0
HSL 297.66º 1% 0.7% -
HSV(B) 297.66º 0.6% 1% -
XYZ 61.77 36.67 98.43 -
YUV 162.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 249 101 255 0.02 0.60 0 0 297.66 1 0.7
Hex F9 65 FF 2 3C 0 0 12A 64 46
Octal 371 145 377 2 74 0 0 452 144 106
Binary 11111001 1100101 11111111 10 111100 0 0 100101010 1100100 1000110

Color Harmonies of #F965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965FF

Black with #F965FF

Text Example


Text Example

White with #F965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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