Html Css Color HEX #F065D0 Free Speech Magenta

📋 copy color: '#F065D0'

red 240 ◦ green 101 ◦ blue 208

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

Shades of Free Speech Magenta #F065D0

Tints of Free Speech Magenta #F065D0

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 101 (39.84% from 255) = 18.4%

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 43.72%
G = 18.4%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F065D0 (or 0xF065D0) is known color: Free Speech Magenta. HEX triplet: F0, 65 and D0. RGB value is (240,101,208). Sum of RGB (Red+Green+Blue) = 240+101+208=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F065D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065D0 is #0F9A2F. Grayscale: #9A9A9A. Windows color (decimal): -1022512 or 13657584. OLE color: 13657584.

HSL color Cylindrical-coordinate representation of color #F065D0: hue angle of 313.81º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065D0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 208 -
CMYK 0 0.58 0.13 0.06
HSL 313.81º 0.82% 0.67% -
HSV(B) 313.81º 0.58% 0.94% -
XYZ 51.97 32.39 63.19 -
YUV 154.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 240 101 208 0 0.58 0.13 0.06 313.81 0.82 0.67
Hex F0 65 D0 0 3A D 6 13A 52 43
Octal 360 145 320 0 72 15 6 472 122 103
Binary 11110000 1100101 11010000 0 111010 1101 110 100111010 1010010 1000011

Color Harmonies of #F065D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065D0

Black with #F065D0

Text Example


Text Example

White with #F065D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065D0; }

 p { color: rgb(240,101,208); }

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

background-color css

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

 a { background-color: rgb(240,101,208); }

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

border-color css

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

 span { border-color: rgb(240,101,208); }

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