Html Css Color HEX #F65FE5 Free Speech Magenta

📋 copy color: '#F65FE5'

red 246 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #F65FE5

Tints of Free Speech Magenta #F65FE5

RGB

 RED value IS 246 (96.48% from 255) = 43.16%

 GREEN value IS 95 (37.5% from 255) = 16.67%

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 43.16%
G = 16.67%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F65FE5 (or 0xF65FE5) is known color: Free Speech Magenta. HEX triplet: F6, 5F and E5. RGB value is (246,95,229). Sum of RGB (Red+Green+Blue) = 246+95+229=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FE5 is #09A01A. Grayscale: #9B9B9B. Windows color (decimal): -630811 or 15032310. OLE color: 15032310.

HSL color Cylindrical-coordinate representation of color #F65FE5: hue angle of 306.75º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FE5 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 229 -
CMYK 0 0.61 0.07 0.04
HSL 306.76º 0.89% 0.67% -
HSV(B) 306.76º 0.61% 0.96% -
XYZ 56.24 33.43 77.62 -
YUV 155.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 246 95 229 0 0.61 0.07 0.04 306.76 0.89 0.67
Hex F6 5F E5 0 3D 7 4 133 59 43
Octal 366 137 345 0 75 7 4 463 131 103
Binary 11110110 1011111 11100101 0 111101 111 100 100110011 1011001 1000011

Color Harmonies of #F65FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FE5

Black with #F65FE5

Text Example


Text Example

White with #F65FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FE5; }

 p { color: rgb(246,95,229); }

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

background-color css

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

 a { background-color: rgb(246,95,229); }

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

border-color css

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

 span { border-color: rgb(246,95,229); }

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