Html Css Color HEX #F144AF Brilliant Rose

📋 copy color: '#F144AF'

red 241 ◦ green 68 ◦ blue 175

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

Shades of Brilliant Rose #F144AF

Tints of Brilliant Rose #F144AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 49.79%
G = 14.05%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F144AF (or 0xF144AF) is known color: Brilliant Rose. HEX triplet: F1, 44 and AF. RGB value is (241,68,175). Sum of RGB (Red+Green+Blue) = 241+68+175=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F144AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144AF is #0EBB50. Grayscale: #838383. Windows color (decimal): -965457 or 11486449. OLE color: 11486449.

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

Color convert

RGB 241 68 175 -
CMYK 0 0.72 0.27 0.05
HSL 322.89º 0.86% 0.61% -
HSV(B) 322.89º 0.72% 0.95% -
XYZ 46.08 25.93 43.13 -
YUV 131.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 241 68 175 0 0.72 0.27 0.05 322.89 0.86 0.61
Hex F1 44 AF 0 48 1B 5 143 56 3D
Octal 361 104 257 0 110 33 5 503 126 75
Binary 11110001 1000100 10101111 0 1001000 11011 101 101000011 1010110 111101

Color Harmonies of #F144AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144AF

Black with #F144AF

Text Example


Text Example

White with #F144AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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