Html Css Color HEX #F145A6 Brilliant Rose

📋 copy color: '#F145A6'

red 241 ◦ green 69 ◦ blue 166

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

Shades of Brilliant Rose #F145A6

Tints of Brilliant Rose #F145A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.5%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 50.63%
G = 14.5%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F145A6 (or 0xF145A6) is known color: Brilliant Rose. HEX triplet: F1, 45 and A6. RGB value is (241,69,166). Sum of RGB (Red+Green+Blue) = 241+69+166=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F145A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F145A6 is #0EBA59. Grayscale: #838383. Windows color (decimal): -965210 or 10896881. OLE color: 10896881.

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

Color convert

RGB 241 69 166 -
CMYK 0 0.71 0.31 0.05
HSL 326.16º 0.86% 0.61% -
HSV(B) 326.16º 0.71% 0.95% -
XYZ 45.29 25.71 38.65 -
YUV 131.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 241 69 166 0 0.71 0.31 0.05 326.16 0.86 0.61
Hex F1 45 A6 0 47 1F 5 146 56 3D
Octal 361 105 246 0 107 37 5 506 126 75
Binary 11110001 1000101 10100110 0 1000111 11111 101 101000110 1010110 111101

Color Harmonies of #F145A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145A6

Black with #F145A6

Text Example


Text Example

White with #F145A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145A6; }

 p { color: rgb(241,69,166); }

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

background-color css

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

 a { background-color: rgb(241,69,166); }

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

border-color css

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

 span { border-color: rgb(241,69,166); }

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