Html Css Color HEX #F247DB Free Speech Magenta

📋 copy color: '#F247DB'

red 242 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #F247DB

Tints of Free Speech Magenta #F247DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.35%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 45.49%
G = 13.35%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F247DB (or 0xF247DB) is known color: Free Speech Magenta. HEX triplet: F2, 47 and DB. RGB value is (242,71,219). Sum of RGB (Red+Green+Blue) = 242+71+219=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F247DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247DB is #0DB824. Grayscale: #8A8A8A. Windows color (decimal): -899109 or 14370802. OLE color: 14370802.

HSL color Cylindrical-coordinate representation of color #F247DB: hue angle of 308.07º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247DB is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 219 -
CMYK 0 0.71 0.10 0.05
HSL 308.07º 0.87% 0.61% -
HSV(B) 308.07º 0.71% 0.95% -
XYZ 51.66 28.5 69.8 -
YUV 139 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 242 71 219 0 0.71 0.10 0.05 308.07 0.87 0.61
Hex F2 47 DB 0 47 A 5 134 57 3D
Octal 362 107 333 0 107 12 5 464 127 75
Binary 11110010 1000111 11011011 0 1000111 1010 101 100110100 1010111 111101

Color Harmonies of #F247DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247DB

Black with #F247DB

Text Example


Text Example

White with #F247DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247DB; }

 p { color: rgb(242,71,219); }

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

background-color css

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

 a { background-color: rgb(242,71,219); }

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

border-color css

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

 span { border-color: rgb(242,71,219); }

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