Html Css Color HEX #F142AF Brilliant Rose

📋 copy color: '#F142AF'

red 241 ◦ green 66 ◦ blue 175

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

Shades of Brilliant Rose #F142AF

Tints of Brilliant Rose #F142AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 50%
G = 13.69%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F142AF (or 0xF142AF) is known color: Brilliant Rose. HEX triplet: F1, 42 and AF. RGB value is (241,66,175). Sum of RGB (Red+Green+Blue) = 241+66+175=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F142AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142AF is #0EBD50. Grayscale: #828282. Windows color (decimal): -965969 or 11485937. OLE color: 11485937.

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

Color convert

RGB 241 66 175 -
CMYK 0 0.73 0.27 0.05
HSL 322.63º 0.86% 0.6% -
HSV(B) 322.63º 0.73% 0.95% -
XYZ 45.96 25.69 43.09 -
YUV 130.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 241 66 175 0 0.73 0.27 0.05 322.63 0.86 0.6
Hex F1 42 AF 0 49 1B 5 143 56 3C
Octal 361 102 257 0 111 33 5 503 126 74
Binary 11110001 1000010 10101111 0 1001001 11011 101 101000011 1010110 111100

Color Harmonies of #F142AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F142AF

Black with #F142AF

Text Example


Text Example

White with #F142AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F142AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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