Html Css Color HEX #F562FB Pink Flamingo

📋 copy color: '#F562FB'

red 245 ◦ green 98 ◦ blue 251

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

Shades of Pink Flamingo #F562FB

Tints of Pink Flamingo #F562FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.5%

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 41.25%
G = 16.5%
B = 42.26%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F562FB (or 0xF562FB) is known color: Pink Flamingo. HEX triplet: F5, 62 and FB. RGB value is (245,98,251). Sum of RGB (Red+Green+Blue) = 245+98+251=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 98 (38.67% from 255 or 16.50% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #F562FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562FB is #0A9D04. Grayscale: #9E9E9E. Windows color (decimal): -695557 or 16474869. OLE color: 16474869.

HSL color Cylindrical-coordinate representation of color #F562FB: hue angle of 297.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F562FB is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 98 251 -
CMYK 0.02 0.61 0 0.02
HSL 297.65º 0.95% 0.68% -
HSV(B) 297.65º 0.61% 0.98% -
XYZ 59.44 35.11 94.91 -
YUV 159.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 245 98 251 0.02 0.61 0 0.02 297.65 0.95 0.68
Hex F5 62 FB 2 3D 0 2 12A 5F 44
Octal 365 142 373 2 75 0 2 452 137 104
Binary 11110101 1100010 11111011 10 111101 0 10 100101010 1011111 1000100

Color Harmonies of #F562FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562FB

Black with #F562FB

Text Example


Text Example

White with #F562FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562FB; }

 p { color: rgb(245,98,251); }

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

background-color css

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

 a { background-color: rgb(245,98,251); }

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

border-color css

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

 span { border-color: rgb(245,98,251); }

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