Html Css Color HEX #F143A8 Brilliant Rose

📋 copy color: '#F143A8'

red 241 ◦ green 67 ◦ blue 168

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

Shades of Brilliant Rose #F143A8

Tints of Brilliant Rose #F143A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 50.63%
G = 14.08%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F143A8 (or 0xF143A8) is known color: Brilliant Rose. HEX triplet: F1, 43 and A8. RGB value is (241,67,168). Sum of RGB (Red+Green+Blue) = 241+67+168=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A8 is #0EBC57. Grayscale: #828282. Windows color (decimal): -965720 or 11027441. OLE color: 11027441.

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

Color convert

RGB 241 67 168 -
CMYK 0 0.72 0.30 0.05
HSL 325.17º 0.86% 0.6% -
HSV(B) 325.17º 0.72% 0.95% -
XYZ 45.35 25.54 39.59 -
YUV 130.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 241 67 168 0 0.72 0.30 0.05 325.17 0.86 0.6
Hex F1 43 A8 0 48 1E 5 145 56 3C
Octal 361 103 250 0 110 36 5 505 126 74
Binary 11110001 1000011 10101000 0 1001000 11110 101 101000101 1010110 111100

Color Harmonies of #F143A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143A8

Black with #F143A8

Text Example


Text Example

White with #F143A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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