Html Css Color HEX #F145AF Brilliant Rose

📋 copy color: '#F145AF'

red 241 ◦ green 69 ◦ blue 175

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

Shades of Brilliant Rose #F145AF

Tints of Brilliant Rose #F145AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 49.69%
G = 14.23%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F145AF (or 0xF145AF) is known color: Brilliant Rose. HEX triplet: F1, 45 and AF. RGB value is (241,69,175). Sum of RGB (Red+Green+Blue) = 241+69+175=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F145AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F145AF is #0EBA50. Grayscale: #848484. Windows color (decimal): -965201 or 11486705. OLE color: 11486705.

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

Color convert

RGB 241 69 175 -
CMYK 0 0.71 0.27 0.05
HSL 323.02º 0.86% 0.61% -
HSV(B) 323.02º 0.71% 0.95% -
XYZ 46.14 26.05 43.15 -
YUV 132.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 241 69 175 0 0.71 0.27 0.05 323.02 0.86 0.61
Hex F1 45 AF 0 47 1B 5 143 56 3D
Octal 361 105 257 0 107 33 5 503 126 75
Binary 11110001 1000101 10101111 0 1000111 11011 101 101000011 1010110 111101

Color Harmonies of #F145AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145AF

Black with #F145AF

Text Example


Text Example

White with #F145AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145AF; }

 p { color: rgb(241,69,175); }

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

background-color css

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

 a { background-color: rgb(241,69,175); }

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

border-color css

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

 span { border-color: rgb(241,69,175); }

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