Html Css Color HEX #F907F2 Magenta

📋 copy color: '#F907F2'

red 249 ◦ green 7 ◦ blue 242

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

Shades of Magenta #F907F2

Tints of Magenta #F907F2

RGB

 RED value IS 249 (97.66% from 255) = 50%

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 50%
G = 1.41%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F907F2 (or 0xF907F2) is known color: Magenta. HEX triplet: F9, 07 and F2. RGB value is (249,7,242). Sum of RGB (Red+Green+Blue) = 249+7+242=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F907F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F907F2 is #06F80D. Grayscale: #696969. Windows color (decimal): -456718 or 15861753. OLE color: 15861753.

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

Color convert

RGB 249 7 242 -
CMYK 0 0.97 0.03 0.02
HSL 301.74º 0.95% 0.5% -
HSV(B) 301.74º 0.97% 0.98% -
XYZ 55.17 26.7 86.25 -
YUV 106.15 204.67 229.89 -
System Red Green Blue C M Y K H S L
Decimal 249 7 242 0 0.97 0.03 0.02 301.74 0.95 0.5
Hex F9 7 F2 0 61 3 2 12E 5F 32
Octal 371 7 362 0 141 3 2 456 137 62
Binary 11111001 111 11110010 0 1100001 11 10 100101110 1011111 110010

Color Harmonies of #F907F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F907F2

Black with #F907F2

Text Example


Text Example

White with #F907F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F907F2; }

 p { color: rgb(249,7,242); }

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

background-color css

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

 a { background-color: rgb(249,7,242); }

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

border-color css

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

 span { border-color: rgb(249,7,242); }

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