Html Css Color HEX #F245A2 Brilliant Rose

📋 copy color: '#F245A2'

red 242 ◦ green 69 ◦ blue 162

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

Shades of Brilliant Rose #F245A2

Tints of Brilliant Rose #F245A2

RGB

 RED value IS 242 (94.92% from 255) = 51.16%

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

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 51.16%
G = 14.59%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F245A2 (or 0xF245A2) is known color: Brilliant Rose. HEX triplet: F2, 45 and A2. RGB value is (242,69,162). Sum of RGB (Red+Green+Blue) = 242+69+162=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F245A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F245A2 is #0DBA5D. Grayscale: #838383. Windows color (decimal): -899678 or 10634738. OLE color: 10634738.

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

Color convert

RGB 242 69 162 -
CMYK 0 0.71 0.33 0.05
HSL 327.75º 0.87% 0.61% -
HSV(B) 327.75º 0.71% 0.95% -
XYZ 45.27 25.74 36.77 -
YUV 131.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 242 69 162 0 0.71 0.33 0.05 327.75 0.87 0.61
Hex F2 45 A2 0 47 21 5 148 57 3D
Octal 362 105 242 0 107 41 5 510 127 75
Binary 11110010 1000101 10100010 0 1000111 100001 101 101001000 1010111 111101

Color Harmonies of #F245A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F245A2

Black with #F245A2

Text Example


Text Example

White with #F245A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F245A2; }

 p { color: rgb(242,69,162); }

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

background-color css

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

 a { background-color: rgb(242,69,162); }

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

border-color css

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

 span { border-color: rgb(242,69,162); }

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