Html Css Color HEX #F143AC Brilliant Rose

📋 copy color: '#F143AC'

red 241 ◦ green 67 ◦ blue 172

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

Shades of Brilliant Rose #F143AC

Tints of Brilliant Rose #F143AC

RGB

 RED value IS 241 (94.53% from 255) = 50.21%

 GREEN value IS 67 (26.56% from 255) = 13.96%

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 50.21%
G = 13.96%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F143AC (or 0xF143AC) is known color: Brilliant Rose. HEX triplet: F1, 43 and AC. RGB value is (241,67,172). Sum of RGB (Red+Green+Blue) = 241+67+172=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F143AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143AC is #0EBC53. Grayscale: #828282. Windows color (decimal): -965716 or 11289585. OLE color: 11289585.

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

Color convert

RGB 241 67 172 -
CMYK 0 0.72 0.29 0.05
HSL 323.79º 0.86% 0.6% -
HSV(B) 323.79º 0.72% 0.95% -
XYZ 45.73 25.69 41.58 -
YUV 131 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 241 67 172 0 0.72 0.29 0.05 323.79 0.86 0.6
Hex F1 43 AC 0 48 1D 5 144 56 3C
Octal 361 103 254 0 110 35 5 504 126 74
Binary 11110001 1000011 10101100 0 1001000 11101 101 101000100 1010110 111100

Color Harmonies of #F143AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143AC

Black with #F143AC

Text Example


Text Example

White with #F143AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143AC; }

 p { color: rgb(241,67,172); }

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

background-color css

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

 a { background-color: rgb(241,67,172); }

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

border-color css

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

 span { border-color: rgb(241,67,172); }

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