Html Css Color HEX #F562FC Pink Flamingo

📋 copy color: '#F562FC'

red 245 ◦ green 98 ◦ blue 252

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

Shades of Pink Flamingo #F562FC

Tints of Pink Flamingo #F562FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 41.18%
G = 16.47%
B = 42.35%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F562FC (or 0xF562FC) is known color: Pink Flamingo. HEX triplet: F5, 62 and FC. RGB value is (245,98,252). Sum of RGB (Red+Green+Blue) = 245+98+252=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 98 (38.67% from 255 or 16.47% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #F562FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562FC is #0A9D03. Grayscale: #9F9F9F. Windows color (decimal): -695556 or 16540405. OLE color: 16540405.

HSL color Cylindrical-coordinate representation of color #F562FC: hue angle of 297.27º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F562FC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 98 252 -
CMYK 0.03 0.61 0 0.01
HSL 297.27º 0.96% 0.69% -
HSV(B) 297.27º 0.61% 0.99% -
XYZ 59.59 35.18 95.74 -
YUV 159.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 245 98 252 0.03 0.61 0 0.01 297.27 0.96 0.69
Hex F5 62 FC 3 3D 0 1 129 60 45
Octal 365 142 374 3 75 0 1 451 140 105
Binary 11110101 1100010 11111100 11 111101 0 1 100101001 1100000 1000101

Color Harmonies of #F562FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562FC

Black with #F562FC

Text Example


Text Example

White with #F562FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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