Html Css Color HEX #F253DA Free Speech Magenta

📋 copy color: '#F253DA'

red 242 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #F253DA

Tints of Free Speech Magenta #F253DA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.29%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 44.57%
G = 15.29%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F253DA (or 0xF253DA) is known color: Free Speech Magenta. HEX triplet: F2, 53 and DA. RGB value is (242,83,218). Sum of RGB (Red+Green+Blue) = 242+83+218=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F253DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253DA is #0DAC25. Grayscale: #919191. Windows color (decimal): -896038 or 14308338. OLE color: 14308338.

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

Color convert

RGB 242 83 218 -
CMYK 0 0.66 0.10 0.05
HSL 309.06º 0.86% 0.64% -
HSV(B) 309.06º 0.66% 0.95% -
XYZ 52.37 30.13 69.38 -
YUV 145.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 242 83 218 0 0.66 0.10 0.05 309.06 0.86 0.64
Hex F2 53 DA 0 42 A 5 135 56 40
Octal 362 123 332 0 102 12 5 465 126 100
Binary 11110010 1010011 11011010 0 1000010 1010 101 100110101 1010110 1000000

Color Harmonies of #F253DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253DA

Black with #F253DA

Text Example


Text Example

White with #F253DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253DA; }

 p { color: rgb(242,83,218); }

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

background-color css

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

 a { background-color: rgb(242,83,218); }

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

border-color css

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

 span { border-color: rgb(242,83,218); }

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