Html Css Color HEX #F1479C Brilliant Rose

📋 copy color: '#F1479C'

red 241 ◦ green 71 ◦ blue 156

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

Shades of Brilliant Rose #F1479C

Tints of Brilliant Rose #F1479C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.17%

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 51.5%
G = 15.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1479C (or 0xF1479C) is known color: Brilliant Rose. HEX triplet: F1, 47 and 9C. RGB value is (241,71,156). Sum of RGB (Red+Green+Blue) = 241+71+156=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1479C is #0EB863. Grayscale: #838383. Windows color (decimal): -964708 or 10242033. OLE color: 10242033.

HSL color Cylindrical-coordinate representation of color #F1479C: hue angle of 330º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1479C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 71 156 -
CMYK 0 0.71 0.35 0.05
HSL 330º 0.86% 0.61% -
HSV(B) 330º 0.71% 0.95% -
XYZ 44.53 25.61 34.05 -
YUV 131.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 241 71 156 0 0.71 0.35 0.05 330 0.86 0.61
Hex F1 47 9C 0 47 23 5 14A 56 3D
Octal 361 107 234 0 107 43 5 512 126 75
Binary 11110001 1000111 10011100 0 1000111 100011 101 101001010 1010110 111101

Color Harmonies of #F1479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1479C

Black with #F1479C

Text Example


Text Example

White with #F1479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1479C; }

 p { color: rgb(241,71,156); }

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

background-color css

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

 a { background-color: rgb(241,71,156); }

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

border-color css

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

 span { border-color: rgb(241,71,156); }

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