Html Css Color HEX #F237FE Pink Flamingo

📋 copy color: '#F237FE'

red 242 ◦ green 55 ◦ blue 254

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

Shades of Pink Flamingo #F237FE

Tints of Pink Flamingo #F237FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 9.98%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 43.92%
G = 9.98%
B = 46.1%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F237FE (or 0xF237FE) is known color: Pink Flamingo. HEX triplet: F2, 37 and FE. RGB value is (242,55,254). Sum of RGB (Red+Green+Blue) = 242+55+254=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 55 (21.88% from 255 or 9.98% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F237FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FE is #0DC801. Grayscale: #848484. Windows color (decimal): -903170 or 16660466. OLE color: 16660466.

HSL color Cylindrical-coordinate representation of color #F237FE: hue angle of 296.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F237FE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 55 254 -
CMYK 0.05 0.78 0 0.00
HSL 296.38º 0.99% 0.61% -
HSV(B) 296.38º 0.78% 1% -
XYZ 55.87 28.77 96.37 -
YUV 133.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 242 55 254 0.05 0.78 0 0.00 296.38 0.99 0.61
Hex F2 37 FE 5 4E 0 0 128 63 3D
Octal 362 67 376 5 116 0 0 450 143 75
Binary 11110010 110111 11111110 101 1001110 0 0 100101000 1100011 111101

Color Harmonies of #F237FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237FE

Black with #F237FE

Text Example


Text Example

White with #F237FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237FE; }

 p { color: rgb(242,55,254); }

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

background-color css

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

 a { background-color: rgb(242,55,254); }

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

border-color css

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

 span { border-color: rgb(242,55,254); }

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