Html Css Color HEX #F241FA Pink Flamingo

📋 copy color: '#F241FA'

red 242 ◦ green 65 ◦ blue 250

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

Shades of Pink Flamingo #F241FA

Tints of Pink Flamingo #F241FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 43.45%
G = 11.67%
B = 44.88%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F241FA (or 0xF241FA) is known color: Pink Flamingo. HEX triplet: F2, 41 and FA. RGB value is (242,65,250). Sum of RGB (Red+Green+Blue) = 242+65+250=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #F241FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241FA is #0DBE05. Grayscale: #8A8A8A. Windows color (decimal): -900614 or 16400882. OLE color: 16400882.

HSL color Cylindrical-coordinate representation of color #F241FA: hue angle of 297.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F241FA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 65 250 -
CMYK 0.03 0.74 0 0.02
HSL 297.41º 0.95% 0.62% -
HSV(B) 297.41º 0.74% 0.98% -
XYZ 55.76 29.56 93.21 -
YUV 139.01 190.64 201.46 -
System Red Green Blue C M Y K H S L
Decimal 242 65 250 0.03 0.74 0 0.02 297.41 0.95 0.62
Hex F2 41 FA 3 4A 0 2 129 5F 3E
Octal 362 101 372 3 112 0 2 451 137 76
Binary 11110010 1000001 11111010 11 1001010 0 10 100101001 1011111 111110

Color Harmonies of #F241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241FA

Black with #F241FA

Text Example


Text Example

White with #F241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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