Html Css Color HEX #F865E7 Pink Flamingo

📋 copy color: '#F865E7'

red 248 ◦ green 101 ◦ blue 231

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

Shades of Pink Flamingo #F865E7

Tints of Pink Flamingo #F865E7

RGB

 RED value IS 248 (97.27% from 255) = 42.76%

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

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 42.76%
G = 17.41%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F865E7 (or 0xF865E7) is known color: Pink Flamingo. HEX triplet: F8, 65 and E7. RGB value is (248,101,231). Sum of RGB (Red+Green+Blue) = 248+101+231=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F865E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F865E7 is #079A18. Grayscale: #9F9F9F. Windows color (decimal): -498201 or 15164920. OLE color: 15164920.

HSL color Cylindrical-coordinate representation of color #F865E7: hue angle of 306.94º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865E7 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 101 231 -
CMYK 0 0.59 0.07 0.03
HSL 306.94º 0.91% 0.68% -
HSV(B) 306.94º 0.59% 0.97% -
XYZ 57.79 35.03 79.32 -
YUV 159.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 248 101 231 0 0.59 0.07 0.03 306.94 0.91 0.68
Hex F8 65 E7 0 3B 7 3 133 5B 44
Octal 370 145 347 0 73 7 3 463 133 104
Binary 11111000 1100101 11100111 0 111011 111 11 100110011 1011011 1000100

Color Harmonies of #F865E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865E7

Black with #F865E7

Text Example


Text Example

White with #F865E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865E7; }

 p { color: rgb(248,101,231); }

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

background-color css

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

 a { background-color: rgb(248,101,231); }

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

border-color css

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

 span { border-color: rgb(248,101,231); }

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