Html Css Color HEX #F565F8 Pink Flamingo

📋 copy color: '#F565F8'

red 245 ◦ green 101 ◦ blue 248

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

Shades of Pink Flamingo #F565F8

Tints of Pink Flamingo #F565F8

RGB

 RED value IS 245 (96.09% from 255) = 41.25%

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

 BLUE value IS 248 (97.27% from 255) = 41.75%

R = 41.25%
G = 17%
B = 41.75%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F565F8 (or 0xF565F8) is known color: Pink Flamingo. HEX triplet: F5, 65 and F8. RGB value is (245,101,248). Sum of RGB (Red+Green+Blue) = 245+101+248=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #F565F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565F8 is #0A9A07. Grayscale: #A0A0A0. Windows color (decimal): -694792 or 16279029. OLE color: 16279029.

HSL color Cylindrical-coordinate representation of color #F565F8: hue angle of 298.78º 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 #F565F8 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 101 248 -
CMYK 0.01 0.59 0 0.03
HSL 298.78º 0.91% 0.68% -
HSV(B) 298.78º 0.59% 0.97% -
XYZ 59.25 35.5 92.54 -
YUV 160.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 245 101 248 0.01 0.59 0 0.03 298.78 0.91 0.68
Hex F5 65 F8 1 3B 0 3 12B 5B 44
Octal 365 145 370 1 73 0 3 453 133 104
Binary 11110101 1100101 11111000 1 111011 0 11 100101011 1011011 1000100

Color Harmonies of #F565F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565F8

Black with #F565F8

Text Example


Text Example

White with #F565F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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