Html Css Color HEX #F144A6 Brilliant Rose

📋 copy color: '#F144A6'

red 241 ◦ green 68 ◦ blue 166

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

Shades of Brilliant Rose #F144A6

Tints of Brilliant Rose #F144A6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.32%

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

R = 50.74%
G = 14.32%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F144A6 (or 0xF144A6) is known color: Brilliant Rose. HEX triplet: F1, 44 and A6. RGB value is (241,68,166). Sum of RGB (Red+Green+Blue) = 241+68+166=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F144A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144A6 is #0EBB59. Grayscale: #828282. Windows color (decimal): -965466 or 10896625. OLE color: 10896625.

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

Color convert

RGB 241 68 166 -
CMYK 0 0.72 0.31 0.05
HSL 326.01º 0.86% 0.61% -
HSV(B) 326.01º 0.72% 0.95% -
XYZ 45.23 25.59 38.63 -
YUV 130.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 241 68 166 0 0.72 0.31 0.05 326.01 0.86 0.61
Hex F1 44 A6 0 48 1F 5 146 56 3D
Octal 361 104 246 0 110 37 5 506 126 75
Binary 11110001 1000100 10100110 0 1001000 11111 101 101000110 1010110 111101

Color Harmonies of #F144A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144A6

Black with #F144A6

Text Example


Text Example

White with #F144A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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