Html Css Color HEX #F1619D Brilliant Rose

📋 copy color: '#F1619D'

red 241 ◦ green 97 ◦ blue 157

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

Shades of Brilliant Rose #F1619D

Tints of Brilliant Rose #F1619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 48.69%
G = 19.6%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1619D (or 0xF1619D) is known color: Brilliant Rose. HEX triplet: F1, 61 and 9D. RGB value is (241,97,157). Sum of RGB (Red+Green+Blue) = 241+97+157=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1619D is #0E9E62. Grayscale: #929292. Windows color (decimal): -958051 or 10314225. OLE color: 10314225.

HSL color Cylindrical-coordinate representation of color #F1619D: hue angle of 335º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1619D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 157 -
CMYK 0 0.60 0.35 0.05
HSL 335º 0.84% 0.66% -
HSV(B) 335º 0.6% 0.95% -
XYZ 46.64 29.68 35.17 -
YUV 146.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 241 97 157 0 0.60 0.35 0.05 335 0.84 0.66
Hex F1 61 9D 0 3C 23 5 14F 54 42
Octal 361 141 235 0 74 43 5 517 124 102
Binary 11110001 1100001 10011101 0 111100 100011 101 101001111 1010100 1000010

Color Harmonies of #F1619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1619D

Black with #F1619D

Text Example


Text Example

White with #F1619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1619D; }

 p { color: rgb(241,97,157); }

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

background-color css

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

 a { background-color: rgb(241,97,157); }

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

border-color css

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

 span { border-color: rgb(241,97,157); }

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