Html Css Color HEX #F1669B Brilliant Rose

📋 copy color: '#F1669B'

red 241 ◦ green 102 ◦ blue 155

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

Shades of Brilliant Rose #F1669B

Tints of Brilliant Rose #F1669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 48.39%
G = 20.48%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1669B (or 0xF1669B) is known color: Brilliant Rose. HEX triplet: F1, 66 and 9B. RGB value is (241,102,155). Sum of RGB (Red+Green+Blue) = 241+102+155=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1669B is #0E9964. Grayscale: #959595. Windows color (decimal): -956773 or 10184433. OLE color: 10184433.

HSL color Cylindrical-coordinate representation of color #F1669B: hue angle of 337.12º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1669B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 155 -
CMYK 0 0.58 0.36 0.05
HSL 337.12º 0.83% 0.67% -
HSV(B) 337.12º 0.58% 0.95% -
XYZ 46.94 30.57 34.44 -
YUV 149.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 241 102 155 0 0.58 0.36 0.05 337.12 0.83 0.67
Hex F1 66 9B 0 3A 24 5 151 53 43
Octal 361 146 233 0 72 44 5 521 123 103
Binary 11110001 1100110 10011011 0 111010 100100 101 101010001 1010011 1000011

Color Harmonies of #F1669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1669B

Black with #F1669B

Text Example


Text Example

White with #F1669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1669B; }

 p { color: rgb(241,102,155); }

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

background-color css

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

 a { background-color: rgb(241,102,155); }

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

border-color css

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

 span { border-color: rgb(241,102,155); }

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