Html Css Color HEX #F245FC Pink Flamingo

📋 copy color: '#F245FC'

red 242 ◦ green 69 ◦ blue 252

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

Shades of Pink Flamingo #F245FC

Tints of Pink Flamingo #F245FC

RGB

 RED value IS 242 (94.92% from 255) = 42.98%

 GREEN value IS 69 (27.34% from 255) = 12.26%

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

R = 42.98%
G = 12.26%
B = 44.76%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F245FC (or 0xF245FC) is known color: Pink Flamingo. HEX triplet: F2, 45 and FC. RGB value is (242,69,252). Sum of RGB (Red+Green+Blue) = 242+69+252=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #F245FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F245FC is #0DBA03. Grayscale: #8D8D8D. Windows color (decimal): -899588 or 16532978. OLE color: 16532978.

HSL color Cylindrical-coordinate representation of color #F245FC: hue angle of 296.72º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F245FC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 69 252 -
CMYK 0.04 0.73 0 0.01
HSL 296.72º 0.97% 0.63% -
HSV(B) 296.72º 0.73% 0.99% -
XYZ 56.32 30.16 94.95 -
YUV 141.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 242 69 252 0.04 0.73 0 0.01 296.72 0.97 0.63
Hex F2 45 FC 4 49 0 1 129 61 3F
Octal 362 105 374 4 111 0 1 451 141 77
Binary 11110010 1000101 11111100 100 1001001 0 1 100101001 1100001 111111

Color Harmonies of #F245FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F245FC

Black with #F245FC

Text Example


Text Example

White with #F245FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F245FC; }

 p { color: rgb(242,69,252); }

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

background-color css

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

 a { background-color: rgb(242,69,252); }

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

border-color css

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

 span { border-color: rgb(242,69,252); }

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