Html Css Color HEX #F14F9E Brilliant Rose

📋 copy color: '#F14F9E'

red 241 ◦ green 79 ◦ blue 158

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

Shades of Brilliant Rose #F14F9E

Tints of Brilliant Rose #F14F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 50.42%
G = 16.53%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F14F9E (or 0xF14F9E) is known color: Brilliant Rose. HEX triplet: F1, 4F and 9E. RGB value is (241,79,158). Sum of RGB (Red+Green+Blue) = 241+79+158=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F9E is #0EB061. Grayscale: #888888. Windows color (decimal): -962658 or 10375153. OLE color: 10375153.

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

Color convert

RGB 241 79 158 -
CMYK 0 0.67 0.34 0.05
HSL 330.74º 0.85% 0.63% -
HSV(B) 330.74º 0.67% 0.95% -
XYZ 45.24 26.76 35.13 -
YUV 136.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 241 79 158 0 0.67 0.34 0.05 330.74 0.85 0.63
Hex F1 4F 9E 0 43 22 5 14B 55 3F
Octal 361 117 236 0 103 42 5 513 125 77
Binary 11110001 1001111 10011110 0 1000011 100010 101 101001011 1010101 111111

Color Harmonies of #F14F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F9E

Black with #F14F9E

Text Example


Text Example

White with #F14F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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