Html Css Color HEX #F236FD Pink Flamingo

📋 copy color: '#F236FD'

red 242 ◦ green 54 ◦ blue 253

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

Shades of Pink Flamingo #F236FD

Tints of Pink Flamingo #F236FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.84%

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

R = 44.08%
G = 9.84%
B = 46.08%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F236FD (or 0xF236FD) is known color: Pink Flamingo. HEX triplet: F2, 36 and FD. RGB value is (242,54,253). Sum of RGB (Red+Green+Blue) = 242+54+253=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 54 (21.48% from 255 or 9.84% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #F236FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F236FD is #0DC902. Grayscale: #848484. Windows color (decimal): -903427 or 16594674. OLE color: 16594674.

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

Color convert

RGB 242 54 253 -
CMYK 0.04 0.79 0 0.01
HSL 296.68º 0.98% 0.6% -
HSV(B) 296.68º 0.79% 0.99% -
XYZ 55.67 28.61 95.52 -
YUV 132.9 195.78 205.82 -
System Red Green Blue C M Y K H S L
Decimal 242 54 253 0.04 0.79 0 0.01 296.68 0.98 0.6
Hex F2 36 FD 4 4F 0 1 129 62 3C
Octal 362 66 375 4 117 0 1 451 142 74
Binary 11110010 110110 11111101 100 1001111 0 1 100101001 1100010 111100

Color Harmonies of #F236FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F236FD

Black with #F236FD

Text Example


Text Example

White with #F236FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F236FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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