Html Css Color HEX #F751CA Free Speech Magenta

📋 copy color: '#F751CA'

red 247 ◦ green 81 ◦ blue 202

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

Shades of Free Speech Magenta #F751CA

Tints of Free Speech Magenta #F751CA

RGB

 RED value IS 247 (96.88% from 255) = 46.6%

 GREEN value IS 81 (32.03% from 255) = 15.28%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 46.6%
G = 15.28%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F751CA (or 0xF751CA) is known color: Free Speech Magenta. HEX triplet: F7, 51 and CA. RGB value is (247,81,202). Sum of RGB (Red+Green+Blue) = 247+81+202=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F751CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751CA is #08AE35. Grayscale: #909090. Windows color (decimal): -568886 or 13259255. OLE color: 13259255.

HSL color Cylindrical-coordinate representation of color #F751CA: hue angle of 316.27º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751CA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 202 -
CMYK 0 0.67 0.18 0.03
HSL 316.27º 0.91% 0.64% -
HSV(B) 316.27º 0.67% 0.97% -
XYZ 51.96 29.92 58.91 -
YUV 144.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 247 81 202 0 0.67 0.18 0.03 316.27 0.91 0.64
Hex F7 51 CA 0 43 12 3 13C 5B 40
Octal 367 121 312 0 103 22 3 474 133 100
Binary 11110111 1010001 11001010 0 1000011 10010 11 100111100 1011011 1000000

Color Harmonies of #F751CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F751CA

Black with #F751CA

Text Example


Text Example

White with #F751CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F751CA; }

 p { color: rgb(247,81,202); }

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

background-color css

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

 a { background-color: rgb(247,81,202); }

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

border-color css

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

 span { border-color: rgb(247,81,202); }

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