Html Css Color HEX #F243FD Pink Flamingo

📋 copy color: '#F243FD'

red 242 ◦ green 67 ◦ blue 253

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

Shades of Pink Flamingo #F243FD

Tints of Pink Flamingo #F243FD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.92%

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

R = 43.06%
G = 11.92%
B = 45.02%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F243FD (or 0xF243FD) is known color: Pink Flamingo. HEX triplet: F2, 43 and FD. RGB value is (242,67,253). Sum of RGB (Red+Green+Blue) = 242+67+253=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 67 (26.56% from 255 or 11.92% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #F243FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F243FD is #0DBC02. Grayscale: #8B8B8B. Windows color (decimal): -900099 or 16598002. OLE color: 16598002.

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

Color convert

RGB 242 67 253 -
CMYK 0.04 0.74 0 0.01
HSL 296.45º 0.98% 0.63% -
HSV(B) 296.45º 0.74% 0.99% -
XYZ 56.35 29.98 95.75 -
YUV 140.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 242 67 253 0.04 0.74 0 0.01 296.45 0.98 0.63
Hex F2 43 FD 4 4A 0 1 128 62 3F
Octal 362 103 375 4 112 0 1 450 142 77
Binary 11110010 1000011 11111101 100 1001010 0 1 100101000 1100010 111111

Color Harmonies of #F243FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F243FD

Black with #F243FD

Text Example


Text Example

White with #F243FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F243FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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