Html Css Color HEX #F241F3 Pink Flamingo

📋 copy color: '#F241F3'

red 242 ◦ green 65 ◦ blue 243

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

Shades of Pink Flamingo #F241F3

Tints of Pink Flamingo #F241F3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.82%

 BLUE value IS 243 (95.31% from 255) = 44.18%

R = 44%
G = 11.82%
B = 44.18%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F241F3 (or 0xF241F3) is known color: Pink Flamingo. HEX triplet: F2, 41 and F3. RGB value is (242,65,243). Sum of RGB (Red+Green+Blue) = 242+65+243=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 65 (25.78% from 255 or 11.82% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #F241F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241F3 is #0DBE0C. Grayscale: #898989. Windows color (decimal): -900621 or 15942130. OLE color: 15942130.

HSL color Cylindrical-coordinate representation of color #F241F3: hue angle of 299.66º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241F3 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 243 -
CMYK 0.00 0.73 0 0.05
HSL 299.66º 0.88% 0.6% -
HSV(B) 299.66º 0.73% 0.95% -
XYZ 54.69 29.13 87.53 -
YUV 138.22 187.14 202.03 -
System Red Green Blue C M Y K H S L
Decimal 242 65 243 0.00 0.73 0 0.05 299.66 0.88 0.6
Hex F2 41 F3 0 49 0 5 12C 58 3C
Octal 362 101 363 0 111 0 5 454 130 74
Binary 11110010 1000001 11110011 0 1001001 0 101 100101100 1011000 111100

Color Harmonies of #F241F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241F3

Black with #F241F3

Text Example


Text Example

White with #F241F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241F3; }

 p { color: rgb(242,65,243); }

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

background-color css

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

 a { background-color: rgb(242,65,243); }

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

border-color css

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

 span { border-color: rgb(242,65,243); }

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