Html Css Color HEX #F269F0 Pink Flamingo

📋 copy color: '#F269F0'

red 242 ◦ green 105 ◦ blue 240

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

Shades of Pink Flamingo #F269F0

Tints of Pink Flamingo #F269F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.89%

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 41.23%
G = 17.89%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F269F0 (or 0xF269F0) is known color: Pink Flamingo. HEX triplet: F2, 69 and F0. RGB value is (242,105,240). Sum of RGB (Red+Green+Blue) = 242+105+240=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F269F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269F0 is #0D960F. Grayscale: #A0A0A0. Windows color (decimal): -890384 or 15755762. OLE color: 15755762.

HSL color Cylindrical-coordinate representation of color #F269F0: hue angle of 300.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269F0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 105 240 -
CMYK 0 0.57 0.01 0.05
HSL 300.88º 0.84% 0.68% -
HSV(B) 300.88º 0.57% 0.95% -
XYZ 57.4 35.27 86.22 -
YUV 161.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 242 105 240 0 0.57 0.01 0.05 300.88 0.84 0.68
Hex F2 69 F0 0 39 1 5 12D 54 44
Octal 362 151 360 0 71 1 5 455 124 104
Binary 11110010 1101001 11110000 0 111001 1 101 100101101 1010100 1000100

Color Harmonies of #F269F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F269F0

Black with #F269F0

Text Example


Text Example

White with #F269F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F269F0; }

 p { color: rgb(242,105,240); }

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

background-color css

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

 a { background-color: rgb(242,105,240); }

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

border-color css

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

 span { border-color: rgb(242,105,240); }

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