Html Css Color HEX #F14FB4 Brilliant Rose

📋 copy color: '#F14FB4'

red 241 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #F14FB4

Tints of Brilliant Rose #F14FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 48.2%
G = 15.8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F14FB4 (or 0xF14FB4) is known color: Brilliant Rose. HEX triplet: F1, 4F and B4. RGB value is (241,79,180). Sum of RGB (Red+Green+Blue) = 241+79+180=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14FB4 is #0EB04B. Grayscale: #8A8A8A. Windows color (decimal): -962636 or 11816945. OLE color: 11816945.

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

Color convert

RGB 241 79 180 -
CMYK 0 0.67 0.25 0.05
HSL 322.59º 0.85% 0.63% -
HSV(B) 322.59º 0.67% 0.95% -
XYZ 47.31 27.59 46.01 -
YUV 138.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 241 79 180 0 0.67 0.25 0.05 322.59 0.85 0.63
Hex F1 4F B4 0 43 19 5 143 55 3F
Octal 361 117 264 0 103 31 5 503 125 77
Binary 11110001 1001111 10110100 0 1000011 11001 101 101000011 1010101 111111

Color Harmonies of #F14FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FB4

Black with #F14FB4

Text Example


Text Example

White with #F14FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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