Html Css Color HEX #F14FB9 Brilliant Rose

📋 copy color: '#F14FB9'

red 241 ◦ green 79 ◦ blue 185

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

Shades of Brilliant Rose #F14FB9

Tints of Brilliant Rose #F14FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 47.72%
G = 15.64%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F14FB9 (or 0xF14FB9) is known color: Brilliant Rose. HEX triplet: F1, 4F and B9. RGB value is (241,79,185). Sum of RGB (Red+Green+Blue) = 241+79+185=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14FB9 is #0EB046. Grayscale: #8B8B8B. Windows color (decimal): -962631 or 12144625. OLE color: 12144625.

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

Color convert

RGB 241 79 185 -
CMYK 0 0.67 0.23 0.05
HSL 320.74º 0.85% 0.63% -
HSV(B) 320.74º 0.67% 0.95% -
XYZ 47.83 27.8 48.74 -
YUV 139.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 241 79 185 0 0.67 0.23 0.05 320.74 0.85 0.63
Hex F1 4F B9 0 43 17 5 141 55 3F
Octal 361 117 271 0 103 27 5 501 125 77
Binary 11110001 1001111 10111001 0 1000011 10111 101 101000001 1010101 111111

Color Harmonies of #F14FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FB9

Black with #F14FB9

Text Example


Text Example

White with #F14FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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