Html Css Color HEX #F253FC Pink Flamingo

📋 copy color: '#F253FC'

red 242 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #F253FC

Tints of Pink Flamingo #F253FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.38%

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

R = 41.94%
G = 14.38%
B = 43.67%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F253FC (or 0xF253FC) is known color: Pink Flamingo. HEX triplet: F2, 53 and FC. RGB value is (242,83,252). Sum of RGB (Red+Green+Blue) = 242+83+252=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #F253FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FC is #0DAC03. Grayscale: #959595. Windows color (decimal): -896004 or 16536562. OLE color: 16536562.

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

Color convert

RGB 242 83 252 -
CMYK 0.04 0.67 0 0.01
HSL 296.45º 0.97% 0.66% -
HSV(B) 296.45º 0.67% 0.99% -
XYZ 57.28 32.09 95.27 -
YUV 149.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 242 83 252 0.04 0.67 0 0.01 296.45 0.97 0.66
Hex F2 53 FC 4 43 0 1 128 61 42
Octal 362 123 374 4 103 0 1 450 141 102
Binary 11110010 1010011 11111100 100 1000011 0 1 100101000 1100001 1000010

Color Harmonies of #F253FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253FC

Black with #F253FC

Text Example


Text Example

White with #F253FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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