Html Css Color HEX #F237FF Pink Flamingo

📋 copy color: '#F237FF'

red 242 ◦ green 55 ◦ blue 255

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

Shades of Pink Flamingo #F237FF

Tints of Pink Flamingo #F237FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 43.84%
G = 9.96%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F237FF (or 0xF237FF) is known color: Pink Flamingo. HEX triplet: F2, 37 and FF. RGB value is (242,55,255). Sum of RGB (Red+Green+Blue) = 242+55+255=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 55 (21.88% from 255 or 9.96% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F237FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FF is #0DC800. Grayscale: #858585. Windows color (decimal): -903169 or 16726002. OLE color: 16726002.

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

Color convert

RGB 242 55 255 -
CMYK 0.05 0.78 0 0
HSL 296.1º 1% 0.61% -
HSV(B) 296.1º 0.78% 1% -
XYZ 56.03 28.83 97.22 -
YUV 133.71 196.45 205.24 -
System Red Green Blue C M Y K H S L
Decimal 242 55 255 0.05 0.78 0 0 296.1 1 0.61
Hex F2 37 FF 5 4E 0 0 128 64 3D
Octal 362 67 377 5 116 0 0 450 144 75
Binary 11110010 110111 11111111 101 1001110 0 0 100101000 1100100 111101

Color Harmonies of #F237FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237FF

Black with #F237FF

Text Example


Text Example

White with #F237FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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