Html Css Color HEX #F067D2 Free Speech Magenta

📋 copy color: '#F067D2'

red 240 ◦ green 103 ◦ blue 210

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

Shades of Free Speech Magenta #F067D2

Tints of Free Speech Magenta #F067D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 43.4%
G = 18.63%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F067D2 (or 0xF067D2) is known color: Free Speech Magenta. HEX triplet: F0, 67 and D2. RGB value is (240,103,210). Sum of RGB (Red+Green+Blue) = 240+103+210=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F067D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067D2 is #0F982D. Grayscale: #9B9B9B. Windows color (decimal): -1021998 or 13789168. OLE color: 13789168.

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

Color convert

RGB 240 103 210 -
CMYK 0 0.57 0.12 0.06
HSL 313.14º 0.82% 0.67% -
HSV(B) 313.14º 0.57% 0.94% -
XYZ 52.42 32.88 64.56 -
YUV 156.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 240 103 210 0 0.57 0.12 0.06 313.14 0.82 0.67
Hex F0 67 D2 0 39 C 6 139 52 43
Octal 360 147 322 0 71 14 6 471 122 103
Binary 11110000 1100111 11010010 0 111001 1100 110 100111001 1010010 1000011

Color Harmonies of #F067D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067D2

Black with #F067D2

Text Example


Text Example

White with #F067D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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