Html Css Color HEX #F267F0 Pink Flamingo

📋 copy color: '#F267F0'

red 242 ◦ green 103 ◦ blue 240

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

Shades of Pink Flamingo #F267F0

Tints of Pink Flamingo #F267F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.61%

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

R = 41.37%
G = 17.61%
B = 41.03%

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

#F267F0 (or 0xF267F0) is known color: Pink Flamingo. HEX triplet: F2, 67 and F0. RGB value is (242,103,240). Sum of RGB (Red+Green+Blue) = 242+103+240=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F267F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267F0 is #0D980F. Grayscale: #9F9F9F. Windows color (decimal): -890896 or 15755250. OLE color: 15755250.

HSL color Cylindrical-coordinate representation of color #F267F0: hue angle of 300.86º 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 #F267F0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 240 -
CMYK 0 0.57 0.01 0.05
HSL 300.86º 0.84% 0.68% -
HSV(B) 300.86º 0.57% 0.95% -
XYZ 57.2 34.87 86.15 -
YUV 160.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 242 103 240 0 0.57 0.01 0.05 300.86 0.84 0.68
Hex F2 67 F0 0 39 1 5 12D 54 44
Octal 362 147 360 0 71 1 5 455 124 104
Binary 11110010 1100111 11110000 0 111001 1 101 100101101 1010100 1000100

Color Harmonies of #F267F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267F0

Black with #F267F0

Text Example


Text Example

White with #F267F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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