Html Css Color HEX #F14CAA Brilliant Rose

📋 copy color: '#F14CAA'

red 241 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #F14CAA

Tints of Brilliant Rose #F14CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 49.49%
G = 15.61%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F14CAA (or 0xF14CAA) is known color: Brilliant Rose. HEX triplet: F1, 4C and AA. RGB value is (241,76,170). Sum of RGB (Red+Green+Blue) = 241+76+170=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CAA is #0EB355. Grayscale: #878787. Windows color (decimal): -963414 or 11160817. OLE color: 11160817.

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

Color convert

RGB 241 76 170 -
CMYK 0 0.68 0.29 0.05
HSL 325.82º 0.85% 0.62% -
HSV(B) 325.82º 0.68% 0.95% -
XYZ 46.12 26.77 40.77 -
YUV 136.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 241 76 170 0 0.68 0.29 0.05 325.82 0.85 0.62
Hex F1 4C AA 0 44 1D 5 146 55 3E
Octal 361 114 252 0 104 35 5 506 125 76
Binary 11110001 1001100 10101010 0 1000100 11101 101 101000110 1010101 111110

Color Harmonies of #F14CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CAA

Black with #F14CAA

Text Example


Text Example

White with #F14CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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