Html Css Color HEX #F245FB Pink Flamingo

📋 copy color: '#F245FB'

red 242 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #F245FB

Tints of Pink Flamingo #F245FB

RGB

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

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

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

R = 43.06%
G = 12.28%
B = 44.66%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F245FB (or 0xF245FB) is known color: Pink Flamingo. HEX triplet: F2, 45 and FB. RGB value is (242,69,251). Sum of RGB (Red+Green+Blue) = 242+69+251=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 69 (27.34% from 255 or 12.28% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F245FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F245FB is #0DBA04. Grayscale: #8C8C8C. Windows color (decimal): -899589 or 16467442. OLE color: 16467442.

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

Color convert

RGB 242 69 251 -
CMYK 0.04 0.73 0 0.02
HSL 297.03º 0.96% 0.63% -
HSV(B) 297.03º 0.73% 0.98% -
XYZ 56.16 30.1 94.12 -
YUV 141.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 242 69 251 0.04 0.73 0 0.02 297.03 0.96 0.63
Hex F2 45 FB 4 49 0 2 129 60 3F
Octal 362 105 373 4 111 0 2 451 140 77
Binary 11110010 1000101 11111011 100 1001001 0 10 100101001 1100000 111111

Color Harmonies of #F245FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F245FB

Black with #F245FB

Text Example


Text Example

White with #F245FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F245FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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