Html Css Color HEX #F14FAA Brilliant Rose

📋 copy color: '#F14FAA'

red 241 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #F14FAA

Tints of Brilliant Rose #F14FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 49.18%
G = 16.12%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F14FAA (or 0xF14FAA) is known color: Brilliant Rose. HEX triplet: F1, 4F and AA. RGB value is (241,79,170). Sum of RGB (Red+Green+Blue) = 241+79+170=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14FAA is #0EB055. Grayscale: #898989. Windows color (decimal): -962646 or 11161585. OLE color: 11161585.

HSL color Cylindrical-coordinate representation of color #F14FAA: hue angle of 326.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14FAA is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 79 170 -
CMYK 0 0.67 0.29 0.05
HSL 326.3º 0.85% 0.63% -
HSV(B) 326.3º 0.67% 0.95% -
XYZ 46.33 27.2 40.84 -
YUV 137.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 241 79 170 0 0.67 0.29 0.05 326.3 0.85 0.63
Hex F1 4F AA 0 43 1D 5 146 55 3F
Octal 361 117 252 0 103 35 5 506 125 77
Binary 11110001 1001111 10101010 0 1000011 11101 101 101000110 1010101 111111

Color Harmonies of #F14FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FAA

Black with #F14FAA

Text Example


Text Example

White with #F14FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FAA; }

 p { color: rgb(241,79,170); }

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

background-color css

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

 a { background-color: rgb(241,79,170); }

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

border-color css

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

 span { border-color: rgb(241,79,170); }

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