Html Css Color HEX #F237FD Pink Flamingo

📋 copy color: '#F237FD'

red 242 ◦ green 55 ◦ blue 253

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

Shades of Pink Flamingo #F237FD

Tints of Pink Flamingo #F237FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 44%
G = 10%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F237FD (or 0xF237FD) is known color: Pink Flamingo. HEX triplet: F2, 37 and FD. RGB value is (242,55,253). Sum of RGB (Red+Green+Blue) = 242+55+253=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 55 (21.88% from 255 or 10% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #F237FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237FD is #0DC802. Grayscale: #848484. Windows color (decimal): -903171 or 16594930. OLE color: 16594930.

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

Color convert

RGB 242 55 253 -
CMYK 0.04 0.78 0 0.01
HSL 296.67º 0.98% 0.6% -
HSV(B) 296.67º 0.78% 0.99% -
XYZ 55.71 28.7 95.53 -
YUV 133.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 242 55 253 0.04 0.78 0 0.01 296.67 0.98 0.6
Hex F2 37 FD 4 4E 0 1 129 62 3C
Octal 362 67 375 4 116 0 1 451 142 74
Binary 11110010 110111 11111101 100 1001110 0 1 100101001 1100010 111100

Color Harmonies of #F237FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F237FD

Black with #F237FD

Text Example


Text Example

White with #F237FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F237FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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