Html Css Color HEX #F143AD Brilliant Rose

📋 copy color: '#F143AD'

red 241 ◦ green 67 ◦ blue 173

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

Shades of Brilliant Rose #F143AD

Tints of Brilliant Rose #F143AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 50.1%
G = 13.93%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F143AD (or 0xF143AD) is known color: Brilliant Rose. HEX triplet: F1, 43 and AD. RGB value is (241,67,173). Sum of RGB (Red+Green+Blue) = 241+67+173=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F143AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143AD is #0EBC52. Grayscale: #828282. Windows color (decimal): -965715 or 11355121. OLE color: 11355121.

HSL color Cylindrical-coordinate representation of color #F143AD: hue angle of 323.45º 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 #F143AD is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 173 -
CMYK 0 0.72 0.28 0.05
HSL 323.45º 0.86% 0.6% -
HSV(B) 323.45º 0.72% 0.95% -
XYZ 45.83 25.73 42.09 -
YUV 131.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 241 67 173 0 0.72 0.28 0.05 323.45 0.86 0.6
Hex F1 43 AD 0 48 1C 5 143 56 3C
Octal 361 103 255 0 110 34 5 503 126 74
Binary 11110001 1000011 10101101 0 1001000 11100 101 101000011 1010110 111100

Color Harmonies of #F143AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143AD

Black with #F143AD

Text Example


Text Example

White with #F143AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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